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