Documentation Index
Fetch the complete documentation index at: https://auth0-feat-authentication-api-migration.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.
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
Methods
continueWithOrganizationName
Continues with the selected organization name.
The options containing the organization name.Properties