Parameters parsed from an authorization request (RFC 6749 Section 4.1.1).
More...
#include <server_auth_endpoints.hpp>
|
|
std::string | response_type |
| |
|
std::string | client_id |
| |
|
std::string | redirect_uri |
| |
|
std::string | state |
| |
|
std::optional< std::string > | scope |
| |
|
std::optional< std::string > | code_challenge |
| |
|
std::optional< std::string > | code_challenge_method |
| |
|
std::optional< std::string > | resource |
| |
|
std::optional< std::string > | nonce |
| |
Parameters parsed from an authorization request (RFC 6749 Section 4.1.1).
The documentation for this struct was generated from the following file: