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',});
Class implementing the organization-selection screen functionality. This screen allows users to select an organization to continue with.