{
  "issuer": "https://verify.typingdna.com",
  "authorization_endpoint": "https://verify.typingdna.com/oidc/auth",
  "token_endpoint": "https://verify.typingdna.com/oidc/token",
  "userinfo_endpoint": "https://verify.typingdna.com/oidc/userinfo",
  "revocation_endpoint": "https://verify.typingdna.com/oidc/revoke",
  "jwks_uri": "https://verify.typingdna.com/oidc/certs",
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code token",
    "code id_token",
    "token id_token",
    "code token id_token",
    "none"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ],
  "claims_supported": [
    "aud",
    "email",
    "email_verified",
    "exp",
    "family_name",
    "given_name",
    "iat",
    "iss",
    "locale",
    "name",
    "picture",
    "sub"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code",
    "urn:ietf:params:oauth:grant-type:jwt-bearer"
  ]
}