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'});
MFA Begin Enroll Options screen implementation class Handles the selection and enrollment of MFA factors