Class BrandingBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingBase
- Inheritance
-
BrandingBase
- Derived
- Inherited Members
Properties
Colors
Custom color settings.
[JsonProperty("colors")]
public BrandingColors Colors { get; set; }
Property Value
FaviconUrl
URL for the favicon. Must use HTTPS.
[JsonProperty("favicon_url")]
public string FaviconUrl { get; set; }
Property Value
Font
Custom font settings.
[JsonProperty("font")]
public BrandingFont Font { get; set; }
Property Value
LogoUrl
URL for the logo. Must use HTTPS.
[JsonProperty("logo_url")]
public string LogoUrl { get; set; }