AuthorizeEndpointRequest.ResponseType Property

The "response_type" query string parameter of the Authorize request. Known values are "code" and "token".

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

Syntax

'Declaration
Public Property ResponseType As String 
    Get 
    Set
'Usage
Dim instance As AuthorizeEndpointRequest 
Dim value As String 

value = instance.ResponseType

instance.ResponseType = value
public string ResponseType { get; set; }
public:
property String^ ResponseType {
    String^ get ();
    void set (String^ value);
}
member ResponseType : string with get, set
function get ResponseType () : String 
function set ResponseType (value : String)

Property Value

Type: System.String

See Also

Reference

AuthorizeEndpointRequest Class

Microsoft.Owin.Security.OAuth.Messages Namespace