次の方法で共有


OAuth2PermissionGrant.Scope プロパティ

定義

OAuth 2.0 アクセス トークンでリソース アプリケーションが想定するスコープ要求の値を取得または設定します。 たとえば、User.Read

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象