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

    Interface SetPhoneFactorSettingsRequestContent

    {
    * otp_length: 1,
    * otp_expiration_time: 1
    * }
    interface SetPhoneFactorSettingsRequestContent {
        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.