Interface defining the available methods and properties for the mfa-login-options screen
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'});
Interface defining the available methods and properties for the mfa-login-options screen