Class implementing the mfa-push-enrollment-qr screen functionality
Static
Navigates to the authenticator selection screen.
Optional
Optional custom options to include with the request
import MfaPushEnrollmentQr from '@auth0/auth0-acul-js/mfa-push-enrollment-qr';const mfaPushEnrollmentQr = new MfaPushEnrollmentQr();await mfaPushEnrollmentQr.pickAuthenticator(); Copy
import MfaPushEnrollmentQr from '@auth0/auth0-acul-js/mfa-push-enrollment-qr';const mfaPushEnrollmentQr = new MfaPushEnrollmentQr();await mfaPushEnrollmentQr.pickAuthenticator();
Class implementing the mfa-push-enrollment-qr screen functionality