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.Documentation Index
Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
Use this file to discover all available pages before exploring further.
Example
Constructors
Creates an instance of MfaVoiceChallenge.
Properties
branding
client
organization
prompt
screen
Screen-specific properties and data.
tenant
transaction
untrustedData
user
Screen identifier for validation and telemetry
Methods
Submits the voice verification code to validate the MFA challenge.Promise that resolves when the code is successfully validated
Example
getErrors
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.
Navigates to the screen for selecting a different phone number.Promise that resolves when navigation is complete
Example
Requests a new voice call with a verification code.Promise that resolves when the new code is sent
Example
resendManager
Utility FeatureGets resend functionality with timeout management for this screenResendControl object with startResend methodExample
Switches to SMS verification method instead of voice call.Promise that resolves when switching is complete
Example
Navigates to the screen for selecting an alternative MFA method.Promise that resolves when navigation is complete
Example