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

    Interface ConnectionTotpSms

    Time-based One-Time Password (TOTP) options

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

    Properties

    Properties

    length?: number
    time_step?: number