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

    Interface OrganizationBranding

    Theme defines how to style the login pages.

    interface OrganizationBranding {
        logo_url?: string;
        colors?: OrganizationBrandingColors;
    }
    Index

    Properties

    Properties

    logo_url?: string

    URL of logo to display on login page.