OpenidConnectProviderUpdateContract.ClientSecret Property

Definition

Gets or sets client Secret of developer console which is the client application.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientSecret")]
public string ClientSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientSecret")>]
member this.ClientSecret : string with get, set
Public Property ClientSecret As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to