RFC 8414 OAuth authorization server metadata.
More...
#include <metadata.hpp>
|
|
std::string | issuer |
| |
|
std::string | authorization_endpoint |
| |
|
std::string | token_endpoint |
| |
|
std::optional< std::string > | registration_endpoint |
| |
|
std::optional< std::string > | jwks_uri |
| |
|
StringList | response_types_supported |
| |
|
StringList | grant_types_supported |
| |
|
StringList | code_challenge_methods_supported |
| |
|
StringList | token_endpoint_auth_methods_supported |
| |
|
StringList | dpop_signing_alg_values_supported |
| |
|
ScopeList | scopes_supported |
| |
|
MetadataMap | metadata |
| |
RFC 8414 OAuth authorization server metadata.
The documentation for this struct was generated from the following file: