Table of Contents

Class BrandingThemeFonts

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

BodyText

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

Property Value

BrandingThemeFontBodyText

ButtonsText

[JsonPropertyName("buttons_text")]
public required BrandingThemeFontButtonsText ButtonsText { get; set; }

Property Value

BrandingThemeFontButtonsText

FontUrl

Font URL

[JsonPropertyName("font_url")]
public required string FontUrl { get; set; }

Property Value

string

InputLabels

[JsonPropertyName("input_labels")]
public required BrandingThemeFontInputLabels InputLabels { get; set; }

Property Value

BrandingThemeFontInputLabels
[JsonPropertyName("links")]
public required BrandingThemeFontLinks Links { get; set; }

Property Value

BrandingThemeFontLinks

LinksStyle

[JsonPropertyName("links_style")]
public required BrandingThemeFontLinksStyleEnum LinksStyle { get; set; }

Property Value

BrandingThemeFontLinksStyleEnum

ReferenceTextSize

Reference text size

[JsonPropertyName("reference_text_size")]
public required double ReferenceTextSize { get; set; }

Property Value

double

Subtitle

[JsonPropertyName("subtitle")]
public required BrandingThemeFontSubtitle Subtitle { get; set; }

Property Value

BrandingThemeFontSubtitle

Title

[JsonPropertyName("title")]
public required BrandingThemeFontTitle Title { get; set; }

Property Value

BrandingThemeFontTitle

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.