Skip to main content
This class provides methods to handle the reset-password-mfa-sms-challenge screen.
Example

Constructors

Constructor

Properties

string

Methods

Promise<void>
Submits the MFA SMS challenge with the provided code.
Example
Promise<void>
Submits the action to switch to voice call verification.
Example
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.
Promise<void>
Submits the action to resend the SMS code.
Example
Utility FeatureGets resend functionality with timeout management for this screenResendControl object with startResend method
Example
Promise<void>
Submits the action to try another MFA method.
Example