次の方法で共有


AuthorizationServerContractBaseProperties.DefaultScope プロパティ

定義

既定で要求されるアクセス トークン スコープを取得または設定します。 API レベルでオーバーライドできます。 スペース区切り値を含む文字列の形式で提供される必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象