Table of Contents

Class BrandingThemeBase

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

Properties

Borders

Borders

[JsonProperty("borders")]
public BrandingThemeBorder Borders { get; set; }

Property Value

BrandingThemeBorder

Colors

Colors

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

Property Value

BrandingThemeColors

DisplayName

Display Name

[JsonProperty("displayName")]
public string DisplayName { get; set; }

Property Value

string

Fonts

Fonts

[JsonProperty("fonts")]
public BrandingThemeFonts Fonts { get; set; }

Property Value

BrandingThemeFonts

PageBackground

Page Background

[JsonProperty("page_background")]
public BrandingThemePageBackground PageBackground { get; set; }

Property Value

BrandingThemePageBackground

Widget

Widget

[JsonProperty("widget")]
public BrandingThemeWidget Widget { get; set; }

Property Value

BrandingThemeWidget