Auth0 · Schema

AuthenticationMethodTypeEnum

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-authenticationmethodtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticationMethodTypeEnum",
  "title": "AuthenticationMethodTypeEnum",
  "type": "string",
  "enum": [
    "recovery-code",
    "totp",
    "push",
    "phone",
    "email",
    "email-verification",
    "webauthn-roaming",
    "webauthn-platform",
    "guardian",
    "passkey",
    "password"
  ]
}