{
    "issuer": "https://console-backend.apify.com",
    "authorization_endpoint": "https://console.apify.com/authorize/oauth",
    "token_endpoint": "https://console-backend.apify.com/oauth/apps/token",
    "registration_endpoint": "https://console-backend.apify.com/oauth/apps",
    "scopes_supported": ["full_api_access"],
    "grant_types_supported": ["authorization_code", "refresh_token"],
    "response_types_supported": ["code"],
    "code_challenge_methods_supported": ["S256"],
    "token_endpoint_auth_methods_supported": [
        "client_secret_basic",
        "client_secret_post",
        "none",
        "private_key_jwt"
    ],
    "token_endpoint_auth_signing_alg_values_supported": ["RS256", "RS384", "RS512"],
    "client_id_metadata_document_supported": true
}
