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

'Declaration
Public Property GrantType As String 
    Get 
    Private Set
'Usage
Dim instance As TokenEndpointRequest 
Dim value As String 

value = instance.GrantType
public string GrantType { get; private set; }
public:
property String^ GrantType {
    String^ get ();
    private: void set (String^ value);
}
member GrantType : string with get, private set
function get GrantType () : String 
private function set GrantType (value : String)

Property Value

Type: System.String

See Also

Reference

TokenEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace