Class BrandingColors
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingColors
- Inheritance
-
BrandingColors
- Inherited Members
Properties
PageBackground
Page Background Color or Gradient.
[JsonProperty("page_background")]
public string PageBackground { get; set; }
Property Value
Primary
Accent color.
[JsonProperty("primary")]
public string Primary { get; set; }