Back to Node Auth0

Variable GuardianFactorNameEnumConst

docs/variables/management.Management.GuardianFactorNameEnum.html

5.9.1988 B
Original Source

Variable GuardianFactorNameEnumConst

GuardianFactorNameEnum: {
PushNotification: "push-notification";
Sms: "sms";
Email: "email";
Duo: "duo";
Otp: "otp";
WebauthnRoaming: "webauthn-roaming";
WebauthnPlatform: "webauthn-platform";
RecoveryCode: "recovery-code";
} = ...

Factor name. Can be sms, push-notification, email, duo otp webauthn-roaming, webauthn-platform, or recovery-code.

Type Declaration

ReadonlyPushNotification: "push-notification"
ReadonlySms: "sms"
ReadonlyEmail: "email"
ReadonlyDuo: "duo"
ReadonlyOtp: "otp"
ReadonlyWebauthnRoaming: "webauthn-roaming"
ReadonlyWebauthnPlatform: "webauthn-platform"
ReadonlyRecoveryCode: "recovery-code"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark