Table of Contents

Class LinkedClientConfiguration

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for linked clients in the OIN Express Configuration feature.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ClientId

The ID of the linked client.

[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.