共用方式為


AuthorizationServerSecretsContract.ClientSecret Property

Definition

Gets or sets oAuth Authorization Server Secrets.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to