Table of Contents

Class GetBrandingResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetBrandingResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetBrandingResponseContent>
Inheritance
GetBrandingResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Colors

[JsonPropertyName("colors")]
public BrandingColors? Colors { get; set; }

Property Value

BrandingColors

FaviconUrl

URL for the favicon. Must use HTTPS.

[JsonPropertyName("favicon_url")]
public string? FaviconUrl { get; set; }

Property Value

string

Font

[JsonPropertyName("font")]
public BrandingFont? Font { get; set; }

Property Value

BrandingFont

LogoUrl

URL for the logo. Must use HTTPS.

[JsonPropertyName("logo_url")]
public string? LogoUrl { 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.