MFA SMS Challenge screen class
The SMS Challenge screen class provides methods associated with the mfa-sms-challenge screen.
Properties
The MFA SMS Challenge screen class properties are:Methods
The MFA SMS Challenge screen class method are:continueMfaSmsChallenge( options ?)
This method submits the entered verification code and rememberBrowser option.Parameter | Type | Required | Description |
---|---|---|---|
code | string | Yes | The code entered by the user. |
rememberBrowser | boolean | No | Remember the user’s browser configuration. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
getACall( options ?)
This method allows to send the verification code by voice call verification.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
pickSms( options ?)
This method allows the user to select a different SMS configuration, if available.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
resendCode( options ?)
This method resends the SMS code.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
tryAnotherMethod( options ?)
This method submits the action to try another MFA method.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA SMS Enrollment screen class
The MFA SMS Enrollment screen class provides methods associated with the mfa-sms-enrollment screen.
Properties
The MFA SMS Enrollment screen class properties are:Methods
The MFA SMS Enrollment screen class method are:continueEnrollment( options ?)
This method continues the SMS enrollment process with the provided phone number.Parameter | Type | Required | Description |
---|---|---|---|
captcha | string | Conditionally | The captcha code or response from the captcha provider. |
phone | string | No | The phone number entered by the user. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
pickCountryCode( options ?)
This method handles the action to select a country code for SMS enrollment.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
tryAnotherMethod( options ?)
This method handles the action to try another method for MFA.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA SMS List screen class
The MFA SMS List screen class provides methods associated with the mfa-sms-list screen.
Properties
The MFA SMS List screen class properties are:Methods
The MFA SMS List screen class method are:backAction( options ?)
This method allows the user to navigate to the previous screen.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
selectPhoneNumber( options ?)
This method allows the user to select a phone number from the list of enrolled phone numbers.Parameter | Type | Required | Description |
---|---|---|---|
index | number | Yes | The index of the Phone number to select. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
MFA Country Codes screen class
The MFA Country Codes screen class allows users to select a country code for MFA phone number verification.
Properties
The MFA Country Codes screen class properties are:Methods
The MFA Country Codes screen class method are:goBack( options ?)
This method navigates the user to the previous screen.Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
selectCountryCode( options ?)
This method allows the user to select a country code.Parameter | Type | Required | Description |
---|---|---|---|
country_code | string | Yes | Country code to select. |
phone_prefix | string | Yes | Phone prefix to select. |
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |