Jaa


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

public string ResponseType { get; set; }
public:
property String^ ResponseType {
    String^ get();
    void set(String^ value);
}
member ResponseType : string with get, set
Public Property ResponseType As String

Property Value

Type: System.String

See Also

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

Return to top