Class implementing the mfa-push-list screen functionality

Hierarchy

  • BaseContext
    • MfaPushList

Implements

Constructors

Properties

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

Methods

  • Navigates back to the previous screen.

    Parameters

    • Optionalpayload: CustomOptions

      Optional custom options to include with the request.

    Returns Promise<void>

    import MfaPushList from '@auth0/auth0-acul-js/mfa-push-list';

    const mfaPushList = new MfaPushList();
    await mfaPushList.goBack();