Class BrandingThemeWidget
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingThemeWidget
- Inheritance
-
BrandingThemeWidget
- Inherited Members
Properties
HeaderTextAlignment
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("header_text_alignment")]
public HeaderTextAlignment HeaderTextAlignment { get; set; }
Property Value
LogoHeight
Logo height
[JsonProperty("logo_height")]
public int LogoHeight { get; set; }
Property Value
LogoPosition
Logo Position
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("logo_position")]
public LogoPosition LogoPosition { get; set; }
Property Value
LogoUrl
Logo url
[JsonProperty("logo_url")]
public string LogoUrl { get; set; }
Property Value
SocialButtonsLayout
Social buttons layout
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("social_buttons_layout")]
public SocialButtonsLayout SocialButtonsLayout { get; set; }