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

    Variable UserMultifactorProviderEnumConst

    UserMultifactorProviderEnum: {
        Duo: "duo";
        GoogleAuthenticator: "google-authenticator";
    } = ...

    The multi-factor provider. Supported values 'duo' or 'google-authenticator'

    Type Declaration

    • ReadonlyDuo: "duo"
    • ReadonlyGoogleAuthenticator: "google-authenticator"