Skip to main content
MfaRecoveryCodeChallengeNewCodeMembers
Example

Properties

Access to the specific properties and data of the ‘mfa-recovery-code-challenge-new-code’ screen. Includes the textCode which is the recovery code to be displayed.

Methods

continue
Promise<void>
Confirms that the user has saved the new recovery code and continues the authentication flow. This method should be called after the user indicates they have securely stored the displayed recovery code. It sends a confirmation to the Auth0 server to proceed to the next step.A promise that resolves when the confirmation is successfully submitted.

Throws

Throws an error if the submission fails (e.g., network issue, invalid state).
Example