Interface describing the data available on the Redeem Ticket screen.
Performs the default action on the redeem-ticket screen, which usually involves continuing the flow.
Optional
Optional custom options to include with the request.
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(); Copy
import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket';const redeemTicket = new RedeemTicket();await redeemTicket.continue();
Interface describing the data available on the Redeem Ticket screen.