Class implementing the Mfa Recovery Code Enrollment screen functionality. This screen is displayed when the user needs to enroll with a recovery code for MFA.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 the MfaRecoveryCodeEnrollment screen.
Properties
branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
Methods
Declares that the user saved the recovery code.
This action is triggered when the user declares that they have saved the recovery code.
It redirects to the next screen in the authentication flow.A promise that resolves when the action is successfully submitted.Rejects with an error if the submission fails.
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.