Table of Contents

Class BrandingThemeFonts

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

Properties

BodyText

Body text

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

Property Value

BodyText

ButtonsText

Body text

[JsonProperty("buttons_text")]
public ButtonsText ButtonsText { get; set; }

Property Value

ButtonsText

FontUrl

Font URL

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

Property Value

string

InputLabels

Input Labels

[JsonProperty("input_labels")]
public InputLabels InputLabels { get; set; }

Property Value

InputLabels

Links

[JsonProperty("links")]
public Links Links { get; set; }

Property Value

Links

LinksStyle

Links style

[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("links_style")]
public LinksStyle LinksStyle { get; set; }

Property Value

LinksStyle

ReferenceTextSize

Reference text size

[JsonProperty("reference_text_size")]
public int ReferenceTextSize { get; set; }

Property Value

int

Subtitle

Subtitle

[JsonProperty("subtitle")]
public Subtitle Subtitle { get; set; }

Property Value

Subtitle

Title

Title

[JsonProperty("title")]
public Title Title { get; set; }

Property Value

Title