다음을 통해 공유


OAuth2PermissionGrant.Scope Property

Definition

Gets or sets specifies the value of the scope claim that the resource application should expect in the OAuth 2.0 access token. For example, 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to