Class BrandingThemeWidget
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record BrandingThemeWidget : IJsonOnDeserialized, IEquatable<BrandingThemeWidget>
- Inheritance
-
BrandingThemeWidget
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
HeaderTextAlignment
[JsonPropertyName("header_text_alignment")]
public required BrandingThemeWidgetHeaderTextAlignmentEnum HeaderTextAlignment { get; set; }
Property Value
LogoHeight
Logo height
[JsonPropertyName("logo_height")]
public required double LogoHeight { get; set; }
Property Value
LogoPosition
[JsonPropertyName("logo_position")]
public required BrandingThemeWidgetLogoPositionEnum LogoPosition { get; set; }
Property Value
LogoUrl
Logo url
[JsonPropertyName("logo_url")]
public required string LogoUrl { get; set; }
Property Value
SocialButtonsLayout
[JsonPropertyName("social_buttons_layout")]
public required BrandingThemeWidgetSocialButtonsLayoutEnum SocialButtonsLayout { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.