Table of Contents

Class PreviewCimdMetadataRequestContent

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

Properties

ExternalClientId

URL to the Client ID Metadata Document

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