Class BrandingThemeBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingThemeBase
- Inheritance
-
BrandingThemeBase
- Derived
- Inherited Members
Properties
Borders
Borders
[JsonProperty("borders")]
public BrandingThemeBorder Borders { get; set; }
Property Value
Colors
Colors
[JsonProperty("colors")]
public BrandingThemeColors Colors { get; set; }
Property Value
DisplayName
Display Name
[JsonProperty("displayName")]
public string DisplayName { get; set; }
Property Value
Fonts
Fonts
[JsonProperty("fonts")]
public BrandingThemeFonts Fonts { get; set; }
Property Value
PageBackground
Page Background
[JsonProperty("page_background")]
public BrandingThemePageBackground PageBackground { get; set; }
Property Value
Widget
Widget
[JsonProperty("widget")]
public BrandingThemeWidget Widget { get; set; }