{
  "issuer": "https://uapis.cn",
  "authorization_endpoint": "https://uapis.cn/auth/oauth/authorize",
  "token_endpoint": "https://uapis.cn/api/v1/auth/oauth/token",
  "userinfo_endpoint": "https://uapis.cn/api/v1/auth/oauth/userinfo",
  "registration_endpoint": "https://uapis.cn/console/oauth-clients",
  "revocation_endpoint": "https://uapis.cn/api/v1/auth/oauth/revoke",
  "jwks_uri": "https://uapis.cn/.well-known/jwks.json",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "uapi:read",
    "uapi:call",
    "uapi:account.read",
    "uapi:billing.read"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic",
    "none"
  ],
  "service_documentation": "https://uapis.cn/docs/api-reference/sdks",
  "ui_locales_supported": ["zh-CN", "en-US"]
}
