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

    Interface GuardianFactorSettings

    Factor-specific settings. Only returned when include_settings=true.

    interface GuardianFactorSettings {
        otp_length?: number;
        otp_expiration_time?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index
    otp_length?: number

    The length of the OTP code.

    otp_expiration_time?: number

    The OTP expiration time in seconds.