Table of Contents

Class ConnectionEnabledClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ConnectionEnabledClient : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ConnectionEnabledClient>
Inheritance
ConnectionEnabledClient
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

ClientId

The client id

[JsonPropertyName("client_id")]
public required string ClientId { 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.