Class UpdateSettingsRequestContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateSettingsRequestContent : IEquatable<UpdateSettingsRequestContent>
- Inheritance
-
UpdateSettingsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
IdentifierFirst
Whether identifier first is enabled or not
[JsonPropertyName("identifier_first")]
public Optional<bool?> IdentifierFirst { get; set; }
Property Value
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 Optional<bool?> WebauthnPlatformFirstFactor { 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.