Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface BrandingColors

    Custom color settings.

    interface BrandingColors {
        primary?: string;
        page_background?: BrandingPageBackground;
    }
    Index
    primary?: string

    Accent color.

    page_background?: BrandingPageBackground