MFA Email Challenge screen class
The Email Challenge screen class allows users to verify their email address using MFA.
Properties
The MFA Email Challenge screen class properties are:Methods
The MFA Email Challenge screen class method are:continue( options ?)
This method continues with the email challenge using the provided code.Parameter | Type | Required | Description |
---|---|---|---|
code | string | yes | Code entered by user. |
rememberDevice | boolean | No | Remember user’s device. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
pickEmail( options ?)
This method allows the user to select other emails, if available.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
resendCode( options ?)
This method resends email code.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
tryAnotherMethod( options ?)
This method allows the user to select another MFA option.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA Email List screen class
The MFA Email List screen class allows users to select an enrolled email address for MFA.
Properties
The MFA Email List screen class properties are:Methods
The MFA Email List screen class method are:goBack( options ?)
This method allows the user to navigate to previous screen.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
selectMfaEmail( options ?)
This method allows the user to select from a list of enrolled email address.Parameter | Type | Required | Description |
---|---|---|---|
index | number | Yes | The index of the email address to select. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |