Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
List of scopes allowed by the resource owner.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public IList<string> Scope { get; private set; }
public:
property IList<String^>^ Scope {
IList<String^>^ get();
private: void set(IList<String^>^ value);
}
member Scope : IList<string> with get, private set
Public Property Scope As IList(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
See Also
OAuthGrantClientCredentialsContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top