{
  "issuer": "https://vercel.com",
  "jwks_uri": "https://vercel.com/.well-known/jwks",
  "subject_types_supported": [
    "public"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "web_message.opener"
  ],
  "claims_supported": [
    "sub",
    "aud",
    "exp",
    "iat",
    "iss",
    "jti",
    "nbf",
    "nonce",
    "preferred_username",
    "email",
    "picture"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "authorization_endpoint": "https://vercel.com/oauth/authorize",
  "device_authorization_endpoint": "https://api.vercel.com/login/oauth/device-authorization",
  "token_endpoint": "https://api.vercel.com/login/oauth/token",
  "revocation_endpoint": "https://api.vercel.com/login/oauth/token/revoke",
  "userinfo_endpoint": "https://api.vercel.com/login/oauth/userinfo",
  "code_challenge_methods_supported": [
    "S256"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code"
  ],
  "introspection_endpoint": "https://api.vercel.com/login/oauth/token/introspect",
  "registration_endpoint": "https://api.vercel.com/login/oauth/register"
}