AuthorizeEndpointRequest.IsFormPostResponseMode Property
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool IsFormPostResponseMode { get; }
public:
property bool IsFormPostResponseMode {
bool get();
}
member IsFormPostResponseMode : bool with get
Public ReadOnly Property IsFormPostResponseMode As Boolean
Property Value
Type: System.Boolean
See Also
AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top