次の方法で共有


AuthorizationServerContractBaseProperties.ResourceOwnerPassword プロパティ

定義

リソース所有者のパスワード許可の種類がこの承認サーバーでサポートされている場合は、必要に応じて取得または設定を指定できます。 既定のリソース所有者のパスワードです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象