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'});
Class implementing the mfa-login-options screen functionality This screen allows users to select which MFA factor they want to use for login