Table of Contents

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

Optional<bool?>

UniversalLoginExperience

[JsonPropertyName("universal_login_experience")]
public UniversalLoginExperienceEnum? UniversalLoginExperience { get; set; }

Property Value

UniversalLoginExperienceEnum?

WebauthnPlatformFirstFactor

Use WebAuthn with Device Biometrics as the first authentication factor

[JsonPropertyName("webauthn_platform_first_factor")]
public Optional<bool?> WebauthnPlatformFirstFactor { get; set; }

Property Value

Optional<bool?>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.