TokenEndpointRequestClientCredentials.Scope Property
The value passed to the Token endpoint in the "scope" parameter
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public IList<string> Scope { get; set; }
public:
property IList<String^>^ Scope {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member Scope : IList<string> with get, set
Public Property Scope As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
Returns IList<T>.
See Also
TokenEndpointRequestClientCredentials Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top