TokenEndpointRequest.IsClientCredentialsGrantType Property

True when the "grant_type" is "client_credentials". See also https://tools.ietf.org/html/rfc6749\#section-4.4.2

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

Syntax

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

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

TokenEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace