{
    "issuer": "https://dev.myindieauth.com/",
    "authorization_endpoint": "https://dev.myindieauth.com/auth",
    "token_endpoint": "https://dev.myindieauth.com/token",
    "introspection_endpoint": "https://dev.myindieauth.com/introspect",
    "introspection_endpoint_auth_methods_supported": [
        "Bearer"
    ],
    "revocation_endpoint": "https://dev.myindieauth.com/revoke",
    "revocation_endpoint_auth_methods_supported": [
        "none"
    ],
    "userinfo_endpoint": "https://dev.myindieauth.com/userinfo",
    "scopes_supported": [
        "profile",
        "email",
        "create",
        "draft",
        "update",
        "delete",
        "undelete",
        "media",
        "read",
        "follow",
        "mute",
        "block",
        "channels"
    ],
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "authorization_response_iss_parameter_supported": true,
    "service_documentation": "https://dev.myindieauth.com/docs/developers"
}