Hash to use for generating authorization code requests.  
 More...
#include <RestClient.qm.dox.h>
 | 
| 
*string  | redirect_uri | 
|   | To override the redirect_uri; if not set, the oauth2_redirect_url option will be used instead. 
  | 
|   | 
| 
string  | response_type = "code" | 
|   | The response type value to use in the request. 
  | 
|   | 
| 
*list< string >  | scopes | 
|   | Scopes to use in the request; if not set, the oauth2_scopes option will be used instead. 
  | 
|   | 
| 
*string  | state | 
|   | The state value to use in the request. 
  | 
|   | 
Hash to use for generating authorization code requests. 
- Since
 - RestClient 2.0