Table of Contents

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

HeaderTextAlignment

LogoHeight

Logo height

[JsonProperty("logo_height")]
public int LogoHeight { get; set; }

Property Value

int

LogoPosition

Logo Position

[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("logo_position")]
public LogoPosition LogoPosition { get; set; }

Property Value

LogoPosition

LogoUrl

Logo url

[JsonProperty("logo_url")]
public string LogoUrl { get; set; }

Property Value

string

SocialButtonsLayout

Social buttons layout

[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("social_buttons_layout")]
public SocialButtonsLayout SocialButtonsLayout { get; set; }

Property Value

SocialButtonsLayout