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
ButtonsText
Body text
[JsonProperty("buttons_text")]
public ButtonsText ButtonsText { get; set; }
Property Value
FontUrl
Font URL
[JsonProperty("font_url")]
public string FontUrl { get; set; }
Property Value
InputLabels
Input Labels
[JsonProperty("input_labels")]
public InputLabels InputLabels { get; set; }
Property Value
Links
Links
[JsonProperty("links")]
public Links Links { get; set; }
Property Value
LinksStyle
Links style
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("links_style")]
public LinksStyle LinksStyle { get; set; }
Property Value
ReferenceTextSize
Reference text size
[JsonProperty("reference_text_size")]
public int ReferenceTextSize { get; set; }
Property Value
Subtitle
Subtitle
[JsonProperty("subtitle")]
public Subtitle Subtitle { get; set; }
Property Value
Title
Title
[JsonProperty("title")]
public Title Title { get; set; }