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

    Class RedeemTicket

    Implements the redeem-ticket screen functionality.

    Hierarchy

    • BaseContext
      • RedeemTicket

    Implements

    Index

    Constructors

    Properties

    screenIdentifier: string = ScreenIds.REDEEM_TICKET

    Methods

    • Performs the default action on the redeem-ticket screen, usually continuing the flow.

      Parameters

      Returns Promise<void>

      A promise that resolves when the action is complete.

      If the operation fails.

      import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket';

      const redeemTicket = new RedeemTicket();
      await redeemTicket.continue();