@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface MfaVoiceChallengeContinueOptions

    Options for submitting the voice challenge code.

    interface MfaVoiceChallengeContinueOptions {
        code: string;
        rememberDevice?: boolean;
        [key: string]: undefined | string | number | boolean;
    }

    Indexable

    • [key: string]: undefined | string | number | boolean

      Additional custom options to pass with the request.

    Index

    Properties

    code: string

    The verification code received via voice call.

    rememberDevice?: boolean

    Optional flag to remember the device for 30 days, skipping future MFA challenges.