Table of Contents

Class BrandingThemeColors

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemeColors : IJsonOnDeserialized, IEquatable<BrandingThemeColors>
Inheritance
BrandingThemeColors
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

BaseFocusColor

Base Focus Color

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

Property Value

string

BaseHoverColor

Base Hover Color

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

Property Value

string

BodyText

Body text

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

Property Value

string

CaptchaWidgetTheme

[JsonPropertyName("captcha_widget_theme")]
public BrandingThemeColorsCaptchaWidgetThemeEnum? CaptchaWidgetTheme { get; set; }

Property Value

BrandingThemeColorsCaptchaWidgetThemeEnum?

Error

Error

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

Property Value

string

Header

Header

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

Property Value

string

Icons

Icons

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

Property Value

string

InputBackground

Input background

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

Property Value

string

InputBorder

Input border

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

Property Value

string

InputFilledText

Input filled text

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

Property Value

string

InputLabelsPlaceholders

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

Property Value

string

LinksFocusedComponents

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

Property Value

string

PrimaryButton

Primary button

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

Property Value

string

PrimaryButtonLabel

Primary button label

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

Property Value

string

ReadOnlyBackground

Read only background

[JsonPropertyName("read_only_background")]
public string? ReadOnlyBackground { get; set; }

Property Value

string

SecondaryButtonBorder

Secondary button border

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

Property Value

string

SecondaryButtonLabel

Secondary button label

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

Property Value

string

Success

Success

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

Property Value

string

WidgetBackground

Widget background

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

Property Value

string

WidgetBorder

Widget border

[JsonPropertyName("widget_border")]
public required string WidgetBorder { 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.