userver
C++ Async Framework
Loading...
Searching...
No Matches
auth_checker_apikey_settings.hpp
1
#
pragma
once
2
3
#
include
<
string
>
4
#
include
<
unordered_map
>
5
#
include
<
unordered_set
>
6
7
USERVER_NAMESPACE_BEGIN
8
9
namespace
server::handlers::auth {
10
11
using
ApiKeysSet = std::unordered_set<std::string>;
12
using
ApiKeysMap = std::unordered_map<std::string, ApiKeysSet>;
13
14
}
// namespace server::handlers::auth
15
16
USERVER_NAMESPACE_END
userver
server
handlers
auth
auth_checker_apikey_settings.hpp
Generated on Tue Nov 19 2024 11:28:41 for userver by
Doxygen
1.10.0