Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface SelfServiceProfileBrandingProperties

    interface SelfServiceProfileBrandingProperties {
        logo_url?: string;
        colors?: SelfServiceProfileBrandingColors;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index
    logo_url?: string