Skip to main content
MFA Voice Challenge screen implementation. This screen is displayed when a user needs to verify their identity using a voice call as part of a multi-factor authentication flow.
Example

Constructors

Constructor
Creates an instance of MfaVoiceChallenge.

Properties

Screen-specific properties and data.
string
Screen identifier for validation and telemetry

Methods

Promise<void>
Submits the voice verification code to validate the MFA challenge.Promise that resolves when the code is successfully validated
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>
Navigates to the screen for selecting a different phone number.Promise that resolves when navigation is complete
Example
Promise<void>
Requests a new voice call with a verification code.Promise that resolves when the new code is sent
Example
Utility FeatureGets resend functionality with timeout management for this screenResendControl object with startResend method
Example
Promise<void>
Switches to SMS verification method instead of voice call.Promise that resolves when switching is complete
Example
Promise<void>
Navigates to the screen for selecting an alternative MFA method.Promise that resolves when navigation is complete
Example