Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Interface GetEmailFactorSettingsResponseContent

    interface GetEmailFactorSettingsResponseContent {
        otp_length: number;
        otp_expiration_time: number;
    }
    Index
    otp_length: number

    The length of the OTP code.

    otp_expiration_time: number

    The OTP expiration time in seconds.