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 organization-selection screen.
Example
export interface OrganizationSelectionMembers extends BaseMembers {
  /**
   * The screen properties.
   */
  screen: ScreenMembersOnOrganizationSelection;
  /**
   * Continues with the selected organization name.
   * @param payload The options containing the organization name.
   */
  continueWithOrganizationName(payload: ContinueWithOrganizationNameOptions): Promise<void>;
}

Properties

The screen properties.

Methods

continueWithOrganizationName
Promise<void>
Continues with the selected organization name.