Hierarchy

  • BaseContext
    • MfaPushWelcome

Implements

Constructors

Properties

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

Methods

  • Navigates to the enrollment screen.

    Parameters

    • Optionalpayload: CustomOptions

      Optional custom options to include with the request.

    Returns Promise<void>

    import MfaPushWelcome from '@auth0/auth0-acul-js/mfa-push-welcome';

    const mfaPushWelcome = new MfaPushWelcome();
    await mfaPushWelcome.enroll();
  • Navigates to the authenticator selection screen.

    Parameters

    • Optionalpayload: CustomOptions

      Optional custom options to include with the request.

    Returns Promise<void>

    import MfaPushWelcome from '@auth0/auth0-acul-js/mfa-push-welcome';

    const mfaPushWelcome = new MfaPushWelcome();
    await mfaPushWelcome.pickAuthenticator();