userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
secret.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/s3api/models/secret.hpp
4
/// @brief Non-loggable typedef that is used for storing secrets
5
6
#
include
<
string
>
7
8
#
include
<
userver
/
utils
/
strong_typedef
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
namespace
s3api {
13
14
using
Secret = USERVER_NAMESPACE::utils::NonLoggable<
class
SecretTag, std::string>;
15
16
}
17
18
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
s3api
models
secret.hpp
Generated on Wed Apr 30 2025 15:49:26 for userver by
Doxygen
1.13.2