Skip to main content
Represents the Email OTP Challenge screen.
Example

Constructors

Constructor

Properties

string

Methods

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>
Requests a new OTP code to be sent to the user’s email.
Example
Utility FeatureGets resend functionality with timeout management for this screenResendControl object with startResend method
Example
Promise<void>
Submits the OTP code entered by the user.
Example