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
BaseHoverColor
Base Hover Color
[JsonProperty("base_hover_color")]
public string BaseHoverColor { get; set; }
Property Value
BodyText
Body text
[JsonProperty("body_text")]
public string BodyText { get; set; }
Property Value
CaptchaWidgetTheme
Captcha Widget Theme
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("captcha_widget_theme")]
public CaptchaWidgetTheme CaptchaWidgetTheme { get; set; }
Property Value
Error
Error
[JsonProperty("error")]
public string Error { get; set; }
Property Value
Header
Header
[JsonProperty("header")]
public string Header { get; set; }
Property Value
Icons
Icons
[JsonProperty("icons")]
public string Icons { get; set; }
Property Value
InputBackground
Input background
[JsonProperty("input_background")]
public string InputBackground { get; set; }
Property Value
InputBorder
Input border
[JsonProperty("input_border")]
public string InputBorder { get; set; }
Property Value
InputFilledText
Input filled text
[JsonProperty("input_filled_text")]
public string InputFilledText { get; set; }
Property Value
InputLabelsPlaceholders
[JsonProperty("input_labels_placeholders")]
public string InputLabelsPlaceholders { get; set; }
Property Value
LinksFocusedComponents
[JsonProperty("links_focused_components")]
public string LinksFocusedComponents { get; set; }
Property Value
PrimaryButton
Primary button
[JsonProperty("primary_button")]
public string PrimaryButton { get; set; }
Property Value
PrimaryButtonLabel
Primary button label
[JsonProperty("primary_button_label")]
public string PrimaryButtonLabel { get; set; }
Property Value
SecondaryButtonBorder
Secondary button border
[JsonProperty("secondary_button_border")]
public string SecondaryButtonBorder { get; set; }
Property Value
SecondaryButtonLabel
Secondary button label
[JsonProperty("secondary_button_label")]
public string SecondaryButtonLabel { get; set; }
Property Value
Success
Success
[JsonProperty("success")]
public string Success { get; set; }
Property Value
WidgetBackground
Widget background
[JsonProperty("widget_background")]
public string WidgetBackground { get; set; }
Property Value
WidgetBorder
Widget border
[JsonProperty("widget_border")]
public string WidgetBorder { get; set; }