Implements the redeem-ticket screen functionality.

Hierarchy

  • BaseContext
    • RedeemTicket

Implements

Constructors

Properties

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

Methods

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

    Parameters

    • Optionalpayload: CustomOptions

      Optional custom options to include with the request.

    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();