Class implementing the organization-selection screen functionality. This screen allows users to select an organization to continue with.
Creates an instance of OrganizationSelection screen manager.
The screen properties.
Static
Continues with the selected organization name.
The options containing the organization name.
import OrganizationSelection from '@auth0/auth0-acul-js/organization-selection';const organizationSelection = new OrganizationSelection();await organizationSelection.continueWithOrganizationName({ organizationName: 'testOrganizationName',}); Copy
import OrganizationSelection from '@auth0/auth0-acul-js/organization-selection';const organizationSelection = new OrganizationSelection();await organizationSelection.continueWithOrganizationName({ organizationName: 'testOrganizationName',});
Retrieves the array of transaction errors from the context, or an empty array if none exist.
An array of error objects from the transaction context.
Class implementing the organization-selection screen functionality. This screen allows users to select an organization to continue with.