Table of Contents

Class BrandingIdentifiers

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Identifier input display settings.

[Serializable]
public record BrandingIdentifiers : IJsonOnDeserialized, IEquatable<BrandingIdentifiers>
Inheritance
BrandingIdentifiers
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

LoginDisplay

[JsonPropertyName("login_display")]
public BrandingLoginDisplayEnum? LoginDisplay { get; set; }

Property Value

BrandingLoginDisplayEnum?

OtpAutocomplete

Whether OTP autocomplete (autocomplete="one-time-code") is enabled.

[JsonPropertyName("otp_autocomplete")]
public bool? OtpAutocomplete { get; set; }

Property Value

bool?

PhoneDisplay

[JsonPropertyName("phone_display")]
public BrandingPhoneDisplay? PhoneDisplay { get; set; }

Property Value

BrandingPhoneDisplay

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.