Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface BrandingColors

    Custom color settings.

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

    Properties

    primary?: string

    Accent color.

    page_background?: BrandingPageBackground