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:- branding
- client
- organization
- prompt
- screen
- tenant
- transaction
- untrustedData
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:- branding
- client
- organization
- prompt
- screen
- tenant
- transaction
- untrustedData
- user
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.パラメーター | タイプ | 必須 | 説明 |
---|---|---|---|
[key: string] | 文字列 | 数字 | ブール値 | undefined | 任意 | ユーザーから収集した任意のデータです。 |