Table of Contents

Class TenantSettingsDeviceFlow

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Device Flow configuration

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Charset

[JsonPropertyName("charset")]
public TenantSettingsDeviceFlowCharset? Charset { get; set; }

Property Value

TenantSettingsDeviceFlowCharset?

Mask

Mask used to format a generated User Code into a friendly, readable format.

[JsonPropertyName("mask")]
public string? Mask { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.