{
  "issuer": "https://zysybbrdvmsprmzhuvki.supabase.co/auth/v1",
  "authorization_endpoint": "https://zysybbrdvmsprmzhuvki.supabase.co/auth/v1/oauth/authorize",
  "token_endpoint": "https://zysybbrdvmsprmzhuvki.supabase.co/auth/v1/oauth/token",
  "userinfo_endpoint": "https://zysybbrdvmsprmzhuvki.supabase.co/auth/v1/oauth/userinfo",
  "jwks_uri": "https://zysybbrdvmsprmzhuvki.supabase.co/auth/v1/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile",
    "phone"
  ],
  "claims_supported": [
    "sub",
    "email",
    "email_verified",
    "phone_number",
    "phone_number_verified",
    "name",
    "picture"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ]
}