Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Variable GuardianFactorNameEnum

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

    Type declaration

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