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

    Interface RedeemTicketMembers

    Interface describing the data available on the Redeem Ticket screen.

    Hierarchy

    • BaseMembers
      • RedeemTicketMembers

    Implemented by

    Index

    Properties

    Methods

    • Performs the default action on the redeem-ticket screen, which usually involves 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();