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

    Variable AuthenticationMethodTypeEnum

    AuthenticationMethodTypeEnum: {
        RecoveryCode: "recovery-code";
        Totp: "totp";
        Push: "push";
        Phone: "phone";
        Email: "email";
        EmailVerification: "email-verification";
        WebauthnRoaming: "webauthn-roaming";
        WebauthnPlatform: "webauthn-platform";
        Guardian: "guardian";
        Passkey: "passkey";
        Password: "password";
    }

    Type declaration

    • ReadonlyRecoveryCode: "recovery-code"
    • ReadonlyTotp: "totp"
    • ReadonlyPush: "push"
    • ReadonlyPhone: "phone"
    • ReadonlyEmail: "email"
    • ReadonlyEmailVerification: "email-verification"
    • ReadonlyWebauthnRoaming: "webauthn-roaming"
    • ReadonlyWebauthnPlatform: "webauthn-platform"
    • ReadonlyGuardian: "guardian"
    • ReadonlyPasskey: "passkey"
    • ReadonlyPassword: "password"