TokenEndpointRequestRefreshToken.Scope Property
Gets or sets a String that specifies the scope of the specified token.
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Property Scope As IList(Of String)
Get
Set
'Usage
Dim instance As TokenEndpointRequestRefreshToken
Dim value As IList(Of String)
value = instance.Scope
instance.Scope = value
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
function get Scope () : IList<String>
function set Scope (value : IList<String>)
Property Value
Type: System.Collections.Generic.IList<String>
The scope.