Class GetSettingsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetSettingsResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetSettingsResponseContent>
- Inheritance
-
GetSettingsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
IdentifierFirst
Whether identifier first is enabled or not
[JsonPropertyName("identifier_first")]
public bool? IdentifierFirst { get; set; }
Property Value
- bool?
UniversalLoginExperience
[JsonPropertyName("universal_login_experience")]
public UniversalLoginExperienceEnum? UniversalLoginExperience { get; set; }
Property Value
WebauthnPlatformFirstFactor
Use WebAuthn with Device Biometrics as the first authentication factor
[JsonPropertyName("webauthn_platform_first_factor")]
public bool? WebauthnPlatformFirstFactor { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.