{
  "issuer": "https://eeyjbhtkbwgpgcnjxzof.supabase.co/auth/v1",
  "authorization_endpoint": "https://eeyjbhtkbwgpgcnjxzof.supabase.co/auth/v1/authorize",
  "token_endpoint": "https://eeyjbhtkbwgpgcnjxzof.supabase.co/auth/v1/token",
  "jwks_uri": "https://eeyjbhtkbwgpgcnjxzof.supabase.co/auth/v1/.well-known/jwks.json",
  "userinfo_endpoint": "https://eeyjbhtkbwgpgcnjxzof.supabase.co/auth/v1/userinfo",
  "revocation_endpoint": "https://eeyjbhtkbwgpgcnjxzof.supabase.co/auth/v1/revoke",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "implicit"
  ],
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "id_token token"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ]
}