userver: userver/s3api/models/secret.hpp File Reference
Loading...
Searching...
No Matches
secret.hpp File Reference

Detailed Description

Non-loggable typedef that is used for storing secrets.

Definition in file secret.hpp.

Go to the source code of this file.

#include <string>
#include <userver/utils/strong_typedef.hpp>
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  s3api
 Top namespace for S3 library.
 

Typedefs

using s3api::Secret = ::utils::NonLoggable<class SecretTag, std::string>