Parameters parsed from a token request (RFC 6749 Section 4.1.3).
More...
#include <server_auth_endpoints.hpp>
|
|
std::string | grant_type |
| |
|
std::optional< std::string > | code |
| |
|
std::optional< std::string > | redirect_uri |
| |
|
std::optional< std::string > | client_id |
| |
|
std::optional< std::string > | client_secret |
| |
|
std::optional< std::string > | code_verifier |
| |
|
std::optional< std::string > | refresh_token |
| |
|
std::optional< std::string > | scope |
| |
|
std::optional< std::string > | resource |
| |
Parameters parsed from a token request (RFC 6749 Section 4.1.3).
The documentation for this struct was generated from the following file: