Skip to main content

Organization Selection screen class

The Organization Selection screen class provides methods associated with the organization-selection screen.
Import and instantiate the Organization Selection screen class:

Properties

The Organization Selection screen class properties are:

Methods

The Organization Selection screen class method is:

continueMfaSmsChallenge( options ?)

This method continues with the selected organization name.
Parameter                 TypeRequiredDescription
organizationNamestringYesThe organization name.
[key: string]string | number | boolean | undefinedNoOptional data collected from user.

Organization Picker screen class

The Organization Picker screen class provides methods associated with the organization-picker screen. This screen allows users to select an organization from a list of available organizations.
Import and instantiate the Organization Picker screen class:

Properties

The Organization Picker screen class properties are:

Methods

The Organization Picker screen class method are:

continueEnrollment( options ?)

This method submits the selected organization ID.
Parameter                 TypeRequiredDescription
organizationstringYesThe organization ID.
statestringNo

skipOrganizationSelection( options ?)

This method submits the action to skip the organization selection.
Parameter                 TypeRequiredDescription
[key: string]string | number | boolean | undefinedNoOptional data collected from user.