Implements the redeem-ticket screen functionality.
import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket';
const redeemTicket = new RedeemTicket();
await redeemTicket.continue();
Constructors
Initializes a new instance of the RedeemTicket class.
Properties
Methods
Performs the default action on the redeem-ticket screen, usually continuing the flow.A promise that resolves when the action is complete.Throws
If the operation fails.import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket';
const redeemTicket = new RedeemTicket();
await redeemTicket.continue();
Optional custom options to include with the request.
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.