{
  "issuer": "https://uxly.us.auth0.com",
  "authorization_endpoint": "https://uxly.us.auth0.com/authorize?audience=oneshot-business-gateway",
  "token_endpoint": "https://uxly.us.auth0.com/oauth/token",
  "registration_endpoint": "https://mcp.1shotapi.com/oidc/register",
  "jwks_uri": "https://uxly.us.auth0.com/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "offline_access"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "subject_types_supported": [
    "public"
  ]
}