OidcProviderOptions.ClientId Property

Definition

Gets or sets the client of the application.

public:
 property System::String ^ ClientId { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("client_id")]
public string ClientId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("client_id")>]
member this.ClientId : string with get, set
Public Property ClientId As String

Property Value

String
Attributes

Applies to