Interface MfaVoiceChallengeContinueOptions

Options for submitting the voice challenge code.

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

Indexable

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

    Additional custom options to pass with the request.

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.