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.

Interface defining the available methods and properties for the mfa-country-codes screen
Example
export interface MfaCountryCodesMembers extends BaseMembers {
  screen: ScreenMembersOnMfaCountryCodes;
  /**
   * Selects a country code from the available options
   * @param payload The options containing the country code selection action
   */
  selectCountryCode(payload: SelectCountryCodeOptions): Promise<void>;
  /**
   * Navigates back to the previous screen
   * @param payload Optional custom options to include with the request
   */
  goBack(payload?: CustomOptions): Promise<void>;
}

Properties

Methods

goBack
Promise<void>
Navigates back to the previous screen
selectCountryCode
Promise<void>
Selects a country code from the available options