API key sets and maps for handler authentication.
Definition in file auth_checker_apikey_settings.hpp.
Go to the source code of this file.
#include <string>#include <unordered_map>#include <unordered_set>
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | server::handlers |
| Most common userver HTTP handlers. | |
Typedefs | |
| using | server::handlers::auth::ApiKeysSet = std::unordered_set<std::string> |
| using | server::handlers::auth::ApiKeysMap = std::unordered_map<std::string, ApiKeysSet> |
| using server::handlers::auth::ApiKeysMap = std::unordered_map<std::string, ApiKeysSet> |
Definition at line 15 of file auth_checker_apikey_settings.hpp.
| using server::handlers::auth::ApiKeysSet = std::unordered_set<std::string> |
Definition at line 14 of file auth_checker_apikey_settings.hpp.