TokenEndpointRequest.GrantType Property
The "grant_type" parameter of the Token endpoint request. This parameter is required.
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string GrantType { get; private set; }
public:
property String^ GrantType {
String^ get();
private: void set(String^ value);
}
member GrantType : string with get, private set
Public Property GrantType As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
TokenEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top