Table of Contents

Class RegisterCimdClientRequestContent

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

Properties

ExternalClientId

URL to the Client ID Metadata Document. Acts as the unique identifier for upsert operations.

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