Skip to main content
Represents the MFA SMS Enrollment screen.
Example

Constructors

Constructor
Initializes a new instance of the MfaSmsEnrollment class.

Properties

string

Methods

Promise<void>
Continues the SMS enrollment process with the provided phone number.A promise that resolves when the enrollment process is complete.

Throws

If the phone number is missing.
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>
Handles the action to pick a country code for SMS enrollment.A promise that resolves when the action is complete.
Example
Promise<void>
Handles the action to try another method for MFA.A promise that resolves when the action is complete.
Example