Skip to main content
Class implementing the reset-password-mfa-voice-challenge screen functionality.
Example

Constructors

Constructor
Creates an instance of ResetPasswordMfaVoiceChallenge screen manager.

Properties

string

Methods

Promise<void>
Continues with the voice challenge using the provided code.A promise that resolves when the challenge is submitted.
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>
Resends the code via voice call.A promise that resolves when the code is resent.
Utility FeatureGets resend functionality with timeout management for this screenResendControl object with startResend method
Example
Promise<void>
Switches to SMS verification.A promise that resolves when the action completes.
Promise<void>
Allows the user to try another MFA method.A promise that resolves when the request is submitted.