Table of Contents

Class OrganizationBranding

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationBranding
Inheritance
OrganizationBranding
Inherited Members

Properties

Colors

Custom color settings.

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

Property Value

BrandingColors

LogoUrl

URL for the logo. Must use HTTPS.

[JsonProperty("logo_url")]
public string LogoUrl { get; set; }

Property Value

string