Customize
Seamlessly integrate Auth0 with your own brand
import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket'; const redeemTicketManager = new RedeemTicket();
interface branding { settings: null | BrandingSettings; themes: null | BrandingThemes; } interface BrandingSettings { colors?: { pageBackground?: string | { angleDeg: number; end: string; start: string; type: string; }; primary?: string; }; faviconUrl?: string; font?: {url: string;}; logoUrl?: string; } interface BrandingThemes { default: { borders: Record<string, string | number | boolean>; colors: Record<string, string>; displayName: string; fonts: Record<string, string | boolean | object>; pageBackground: Record<string, string>; widget: Record<string, string | number>; }; }
import RedeemTicket from '@auth0/auth0-acul-js/redeem-ticket'; const redeemTicket = new RedeemTicket(); // Continue with the default action await redeemTicket.continue();
[key: string]
Was this page helpful?