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

    Variable UserAuthenticationMethodPropertiesEnum

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

    Type declaration

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