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

    Interface UpdateBrandingResponseContent

    interface UpdateBrandingResponseContent {
        colors?: BrandingColors;
        favicon_url?: string;
        logo_url?: string;
        font?: BrandingFont;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    favicon_url?: string

    URL for the favicon. Must use HTTPS.

    logo_url?: string

    URL for the logo. Must use HTTPS.