Table of Contents

Class UpdateBrandingIdentifiers

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Identifier input display settings.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

LoginDisplay

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

Property Value

UpdateBrandingLoginDisplayEnum?

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 Optional<UpdateBrandingPhoneDisplay?> PhoneDisplay { get; set; }

Property Value

Optional<UpdateBrandingPhoneDisplay>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.