{
  "issuer": "https://auth.loke.global",
  "authorization_endpoint": "https://auth.loke.global/authorize",
  "token_endpoint": "https://auth.loke.global/token",
  "userinfo_endpoint": "",
  "jwks_uri": "https://auth.loke.global/jwks",
  "scopes_supported": [
    "openid",
    "offline"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ],
  "claims_supported": [
    "sub"
  ],
  "code_challenge_methods_supported": []
}