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

    Interface OrganizationBrandingColors

    Color scheme used to customize the login pages.

    interface OrganizationBrandingColors {
        primary: string;
        page_background: string;
    }
    Index

    Properties

    primary: string

    HEX Color for primary elements.

    page_background: string

    HEX Color for background.