AuthorizeEndpointRequest.ResponseMode Property
The "response_mode" query string parameter of the Authorize request. Known values are "query", "fragment" and "form_post" See also, http://openid.net/specs/oauth-v2-form-post-response-mode-1\_0.html
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string ResponseMode { get; set; }
public:
property String^ ResponseMode {
String^ get();
void set(String^ value);
}
member ResponseMode : string with get, set
Public Property ResponseMode As String
Property Value
Type: System.String
See Also
AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top