Table of Contents

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

ReadOnlyAdditionalProperties

PageBackground

[JsonPropertyName("page_background")]
public BrandingPageBackground? PageBackground { get; set; }

Property Value

BrandingPageBackground

Primary

Accent color.

[JsonPropertyName("primary")]
public string? Primary { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.