AuthorizeEndpointRequest.IsAuthorizationCodeGrantType Property

True if the "response_type" query string parameter is "code". See also, http://tools.ietf.org/html/rfc6749#section-4.1.1

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

Syntax

'Declaration
Public ReadOnly Property IsAuthorizationCodeGrantType As Boolean 
    Get
'Usage
Dim instance As AuthorizeEndpointRequest 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

See Also

Reference

AuthorizeEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace