Class implementing the organization-selection screen functionality.
This screen allows users to select an organization to continue with.
import OrganizationSelection from '@auth0/auth0-acul-js/organization-selection';
const organizationSelection = new OrganizationSelection();
await organizationSelection.continueWithOrganizationName({
organizationName: 'testOrganizationName',
});
Constructors
Creates an instance of OrganizationSelection screen manager.
Properties
Screen identifier for validation and telemetry
Methods
continueWithOrganizationName
Continues with the selected organization name.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.