Class OrganizationBrandingColors
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Color scheme used to customize the login pages.
[Serializable]
public record OrganizationBrandingColors : IJsonOnDeserialized, IEquatable<OrganizationBrandingColors>
- Inheritance
-
OrganizationBrandingColors
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
PageBackground
HEX Color for background.
[JsonPropertyName("page_background")]
public required string PageBackground { get; set; }
Property Value
Primary
HEX Color for primary elements.
[JsonPropertyName("primary")]
public required 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.