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

    Interface UpdateBrandingRequestContent

    {}
    
    interface UpdateBrandingRequestContent {
        colors?: UpdateBrandingColors;
        favicon_url?: string;
        logo_url?: string;
        font?: UpdateBrandingFont;
    }
    Index

    Properties

    favicon_url?: string

    URL for the favicon. Must use HTTPS.

    logo_url?: string

    URL for the logo. Must use HTTPS.