![]() |
Qore RestClient Module Reference 2.3.2
|
Hash to use for generating authorization code requests. More...
#include <RestClient.qm.dox.h>
Public Attributes | |
*string | code_verifier |
The code verifier for PKCE (https://datatracker.ietf.org/doc/html/rfc7636) | |
*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.