MFA Begin Enroll Options screen implementation class Handles the selection and enrollment of MFA factors
Creates an instance of MFA Begin Enroll Options screen manager
Static
Continues the enrollment process with the selected factor
The enrollment options including the selected factor
const mfaBeginEnrollOptions = new MfaBeginEnrollOptions();await mfaBeginEnrollOptions.enroll({ action: 'push-notification'}); Copy
const mfaBeginEnrollOptions = new MfaBeginEnrollOptions();await mfaBeginEnrollOptions.enroll({ action: 'push-notification'});
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.
MFA Begin Enroll Options screen implementation class Handles the selection and enrollment of MFA factors