Skip to main content
Class implementing the mfa-email-challenge screen functionality This screen is shown when a user needs to verify their email during MFA
Example

Constructors

Constructor
Creates an instance of MfaEmailChallenge screen manager

Properties

string

Methods

Promise<void>
Continues with the email challenge using the provided code
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 pick a different Email configuration, if available.
Example
Promise<void>
Resends the email code
Example
Utility FeatureGets resend functionality with timeout management for this screenResendControl object with startResend method
Example
Promise<void>
Allows the user to try another MFA method
Example