Class implementing the mfa-login-options screen functionality This screen allows users to select which MFA factor they want to use for login
Creates an instance of MfaLoginOptions screen manager
Static
Continues the login process with the selected MFA factor
The options containing the selected factor
const mfaLoginOptions = new MfaLoginOptions();await mfaLoginOptions.enroll({ action: 'push-notification'}); Copy
const mfaLoginOptions = new MfaLoginOptions();await mfaLoginOptions.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.
Class implementing the mfa-login-options screen functionality This screen allows users to select which MFA factor they want to use for login