OpenApiOAuthFlow.Scopes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
REQUIRED. A map between the scope name and a short description for it.
public System.Collections.Generic.IDictionary<string,string> Scopes { get; set; }
member this.Scopes : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Scopes As IDictionary(Of String, String)