AuthorizeEndpointRequest.Scope Property
The "scope" query string parameter of the Authorize request. May be absent if the server should use default scopes.
Namespace: Microsoft.Owin.Security.OAuth.Messages
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>
See Also
AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top