Back to Node Auth0

Variable GuardianEnrollmentFactorEnumConst

docs/variables/management.Management.GuardianEnrollmentFactorEnum.html

5.9.1933 B
Original Source

Variable GuardianEnrollmentFactorEnumConst

GuardianEnrollmentFactorEnum: {
PushNotification: "push-notification";
Phone: "phone";
Email: "email";
Otp: "otp";
WebauthnRoaming: "webauthn-roaming";
WebauthnPlatform: "webauthn-platform";
} = ...

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.

Type Declaration

ReadonlyPushNotification: "push-notification"
ReadonlyPhone: "phone"
ReadonlyEmail: "email"
ReadonlyOtp: "otp"
ReadonlyWebauthnRoaming: "webauthn-roaming"
ReadonlyWebauthnPlatform: "webauthn-platform"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark