Class implementing the mfa-push-enrollment-qr screen functionality
Static
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.
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