Organization Selection screen class
The Organization Selection screen class provides methods associated with the organization-selection screen.
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 | Type | Required | Description |
---|---|---|---|
organizationName | string | Yes | The organization name. |
[key: string] | string | number | boolean | undefined | No | Optional 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.
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 | Type | Required | Description |
---|---|---|---|
organization | string | Yes | The organization ID. |
state | string | No |
skipOrganizationSelection( options ?)
This method submits the action to skip the organization selection.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |