Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Options for submitting the voice challenge code.
Example
export interface MfaVoiceChallengeContinueOptions {
  /**
   * The verification code received via voice call.
   */
  code: string;

  /**
   * Optional flag to remember the device for 30 days, skipping future MFA challenges.
   */
  rememberDevice?: boolean;

  /**
   * Additional custom options to pass with the request.
   */
  [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.