Class implementing the mfa-push-enrollment-qr screen functionality

Hierarchy

  • BaseContext
    • MfaPushEnrollmentQr

Implements

Constructors

Properties

branding: BrandingMembers
organization: OrganizationMembers
transaction: TransactionMembers
untrustedData: UntrustedDataMembers
screenIdentifier: string = ScreenIds.MFA_PUSH_ENROLLMENT_QR

Methods

  • Navigates to the authenticator selection screen.

    Parameters

    • Optionalpayload: CustomOptions

      Optional custom options to include with the request

    Returns Promise<void>

    import MfaPushEnrollmentQr from '@auth0/auth0-acul-js/mfa-push-enrollment-qr';

    const mfaPushEnrollmentQr = new MfaPushEnrollmentQr();
    await mfaPushEnrollmentQr.pickAuthenticator();