Share via


AuthorizeEndpointRequest.IsImplicitGrantType Property

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

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

Syntax

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

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

Property Value

Type: System.Boolean

See Also

Reference

AuthorizeEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace