Table of Contents

Class BrandingThemeColors

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

Properties

BaseFocusColor

Base Focus Color

[JsonProperty("base_focus_color")]
public string BaseFocusColor { get; set; }

Property Value

string

BaseHoverColor

Base Hover Color

[JsonProperty("base_hover_color")]
public string BaseHoverColor { get; set; }

Property Value

string

BodyText

Body text

[JsonProperty("body_text")]
public string BodyText { get; set; }

Property Value

string

CaptchaWidgetTheme

Captcha Widget Theme

[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("captcha_widget_theme")]
public CaptchaWidgetTheme CaptchaWidgetTheme { get; set; }

Property Value

CaptchaWidgetTheme

Error

Error

[JsonProperty("error")]
public string Error { get; set; }

Property Value

string

Header

Header

[JsonProperty("header")]
public string Header { get; set; }

Property Value

string

Icons

Icons

[JsonProperty("icons")]
public string Icons { get; set; }

Property Value

string

InputBackground

Input background

[JsonProperty("input_background")]
public string InputBackground { get; set; }

Property Value

string

InputBorder

Input border

[JsonProperty("input_border")]
public string InputBorder { get; set; }

Property Value

string

InputFilledText

Input filled text

[JsonProperty("input_filled_text")]
public string InputFilledText { get; set; }

Property Value

string

InputLabelsPlaceholders

[JsonProperty("input_labels_placeholders")]
public string InputLabelsPlaceholders { get; set; }

Property Value

string

LinksFocusedComponents

[JsonProperty("links_focused_components")]
public string LinksFocusedComponents { get; set; }

Property Value

string

PrimaryButton

Primary button

[JsonProperty("primary_button")]
public string PrimaryButton { get; set; }

Property Value

string

PrimaryButtonLabel

Primary button label

[JsonProperty("primary_button_label")]
public string PrimaryButtonLabel { get; set; }

Property Value

string

SecondaryButtonBorder

Secondary button border

[JsonProperty("secondary_button_border")]
public string SecondaryButtonBorder { get; set; }

Property Value

string

SecondaryButtonLabel

Secondary button label

[JsonProperty("secondary_button_label")]
public string SecondaryButtonLabel { get; set; }

Property Value

string

Success

Success

[JsonProperty("success")]
public string Success { get; set; }

Property Value

string

WidgetBackground

Widget background

[JsonProperty("widget_background")]
public string WidgetBackground { get; set; }

Property Value

string

WidgetBorder

Widget border

[JsonProperty("widget_border")]
public string WidgetBorder { get; set; }

Property Value

string