Class BrandingColors
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Custom color settings.
[Serializable]
public record BrandingColors : IJsonOnDeserialized, IEquatable<BrandingColors>
- Inheritance
-
BrandingColors
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
PageBackground
[JsonPropertyName("page_background")]
public BrandingPageBackground? PageBackground { get; set; }
Property Value
Primary
Accent color.
[JsonPropertyName("primary")]
public string? Primary { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.