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

    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"