Auth0 · Schema

GuardianEnrollmentFactorEnum

Optional. Specifies which factor the user must enroll with.
Note: Parameter can only be used with Universal Login; it cannot be used with Classic Login or custom MFA pages.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-guardianenrollmentfactorenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GuardianEnrollmentFactorEnum",
  "title": "GuardianEnrollmentFactorEnum",
  "type": "string",
  "description": "Optional. Specifies which factor the user must enroll with.<br />Note: Parameter can only be used with Universal Login; it cannot be used with Classic Login or custom MFA pages.",
  "enum": [
    "push-notification",
    "phone",
    "email",
    "otp",
    "webauthn-roaming",
    "webauthn-platform"
  ]
}