TokenEndpointRequest.IsAuthorizationCodeGrantType Property
True when the "grant_type" is "authorization_code". See also http://tools.ietf.org/html/rfc6749\#section-4.1.3
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool IsAuthorizationCodeGrantType { get; }
public:
property bool IsAuthorizationCodeGrantType {
bool get();
}
member IsAuthorizationCodeGrantType : bool with get
Public ReadOnly Property IsAuthorizationCodeGrantType As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top