TokenEndpointRequest.IsResourceOwnerPasswordCredentialsGrantType Property

True when the "grant_type" is "password". See also http://tools.ietf.org/html/rfc6749#section-4.3.2

Namespace:  Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public ReadOnly Property IsResourceOwnerPasswordCredentialsGrantType As Boolean 
    Get
'Usage
Dim instance As TokenEndpointRequest 
Dim value As Boolean 

value = instance.IsResourceOwnerPasswordCredentialsGrantType
public bool IsResourceOwnerPasswordCredentialsGrantType { get; }
public:
property bool IsResourceOwnerPasswordCredentialsGrantType {
    bool get ();
}
member IsResourceOwnerPasswordCredentialsGrantType : bool
function get IsResourceOwnerPasswordCredentialsGrantType () : boolean

Property Value

Type: System.Boolean

See Also

Reference

TokenEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace