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

    Interface UpdateBrandingRequestContent

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

    Properties

    colors?: UpdateBrandingColors | null
    favicon_url?: string | null

    URL for the favicon. Must use HTTPS.

    logo_url?: string | null

    URL for the logo. Must use HTTPS.

    font?: UpdateBrandingFont | null