userver: userver/s3api/models/secret.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
secret.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

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>