Skip to main content
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

branding
client
organization
prompt
screen
The screen properties.
tenant
transaction
untrustedData
user

Methods

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