userver: userver/server/handlers/auth/auth_checker_apikey_settings.hpp File Reference
Loading...
Searching...
No Matches
auth_checker_apikey_settings.hpp File Reference

Detailed Description

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>
 

Typedef Documentation

◆ ApiKeysMap

using server::handlers::auth::ApiKeysMap = std::unordered_map<std::string, ApiKeysSet>

Definition at line 15 of file auth_checker_apikey_settings.hpp.

◆ ApiKeysSet

using server::handlers::auth::ApiKeysSet = std::unordered_set<std::string>

Definition at line 14 of file auth_checker_apikey_settings.hpp.