Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ConnectionTotpSms

    Time-based One-Time Password (TOTP) options

    interface ConnectionTotpSms {
        length?: number;
        time_step?: number;
    }
    Index
    length?: number
    time_step?: number