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

    Variable UserAuthenticationMethodPropertiesEnumConst

    UserAuthenticationMethodPropertiesEnum: {
        Totp: "totp";
        Push: "push";
        Sms: "sms";
        Voice: "voice";
    } = ...

    Type Declaration

    • ReadonlyTotp: "totp"
    • ReadonlyPush: "push"
    • ReadonlySms: "sms"
    • ReadonlyVoice: "voice"