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

Constructors

Constructor
Creates an instance of ResetPasswordMfaOtpChallenge screen manager

Properties

string
Screen identifier for validation and telemetry

Methods

Promise<void>
Continues with the OTP challenge using the provided code.
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>
Allows the user to try another MFA method.
Example