Aracılığıyla paylaş


DownstreamApiOptions.Scopes Property

Definition

Scopes required to call the downstream web API. For instance "user.read mail.read". For Microsoft identity, in the case of application tokens (token requested by the app on behalf of itself), there should be only one scope, and it should end in "./default")

public System.Collections.Generic.IEnumerable<string>? Scopes { get; set; }
member this.Scopes : seq<string> with get, set
Public Property Scopes As IEnumerable(Of String)

Property Value

Applies to