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

    Variable UserEnrollmentAuthMethodEnumConst

    UserEnrollmentAuthMethodEnum: {
        Authenticator: "authenticator";
        Guardian: "guardian";
        Sms: "sms";
        WebauthnPlatform: "webauthn-platform";
        WebauthnRoaming: "webauthn-roaming";
    } = ...

    Authentication method for this enrollment. Can be authenticator, guardian, sms, webauthn-roaming, or webauthn-platform.

    Type Declaration

    • ReadonlyAuthenticator: "authenticator"
    • ReadonlyGuardian: "guardian"
    • ReadonlySms: "sms"
    • ReadonlyWebauthnPlatform: "webauthn-platform"
    • ReadonlyWebauthnRoaming: "webauthn-roaming"