@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Class MfaEmailChallenge

    Class implementing the mfa-email-challenge screen functionality This screen is shown when a user needs to verify their email during MFA

    Hierarchy

    • BaseContext
      • MfaEmailChallenge

    Implements

    Index

    Constructors

    Properties

    screenIdentifier: string = ScreenIds.MFA_EMAIL_CHALLENGE

    Methods

    • Submits the action to pick a different Email configuration, if available.

      Parameters

      Returns Promise<void>

      import MfaEmailChallenge from '@auth0/auth0-acul-js/mfa-email-challenge';

      const mfaEmailChallenge = new MfaEmailChallenge();
      await mfaEmailChallenge.pickEmail();