{
  "issuer": "https://auth.uber.com",
  "authorization_endpoint": "https://auth.uber.com/oauth/v2/universal/authorize",
  "token_endpoint": "https://auth.uber.com/oauth/v2/token",
  "scopes_supported": [
    "openid",
    "offline_access",
    "profile",
    "profile.mobile_number",
    "email",
    "phone",
    "profile.email_verified_at",
    "profile.phone_verified_at",
    "profile.updated_at",
    "profile.internal_uuid",
    "uber.first_party",
    "identity.web-cookies",
    "3p.rides.mcp"
  ],
  "code_challenge_methods_supported": ["S256", "plain"]
}
