Table of Contents

Class OrganizationBranding

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Theme defines how to style the login pages.

[Serializable]
public record OrganizationBranding : IJsonOnDeserialized, IEquatable<OrganizationBranding>
Inheritance
OrganizationBranding
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Colors

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

Property Value

OrganizationBrandingColors

LogoUrl

URL of logo to display on login page.

[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.