TokenEndpointRequestResourceOwnerPasswordCredentials.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

'Declaration
Public Property Scope As IList(Of String)
    Get 
    Set
'Usage
Dim instance As TokenEndpointRequestResourceOwnerPasswordCredentials 
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>

See Also

Reference

TokenEndpointRequestResourceOwnerPasswordCredentials Class

Microsoft.Owin.Security.OAuth.Messages Namespace