Table of Contents

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

ReadOnlyAdditionalProperties

HeaderTextAlignment

[JsonPropertyName("header_text_alignment")]
public required BrandingThemeWidgetHeaderTextAlignmentEnum HeaderTextAlignment { get; set; }

Property Value

BrandingThemeWidgetHeaderTextAlignmentEnum

LogoHeight

Logo height

[JsonPropertyName("logo_height")]
public required double LogoHeight { get; set; }

Property Value

double

LogoPosition

[JsonPropertyName("logo_position")]
public required BrandingThemeWidgetLogoPositionEnum LogoPosition { get; set; }

Property Value

BrandingThemeWidgetLogoPositionEnum

LogoUrl

Logo url

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

Property Value

string

SocialButtonsLayout

[JsonPropertyName("social_buttons_layout")]
public required BrandingThemeWidgetSocialButtonsLayoutEnum SocialButtonsLayout { get; set; }

Property Value

BrandingThemeWidgetSocialButtonsLayoutEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.