Compartir a través de


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

public bool IsImplicitGrantType { get; }
public:
property bool IsImplicitGrantType {
    bool get();
}
member IsImplicitGrantType : bool with get
Public ReadOnly Property IsImplicitGrantType As Boolean

Property Value

Type: System.Boolean

See Also

AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace

Return to top