userver: userver/s3api/authenticators/interface.hpp File Reference
Loading...
Searching...
No Matches
interface.hpp File Reference

Detailed Description

Base class for all authenticators - classes that sign the request with auth data.

Definition in file interface.hpp.

Go to the source code of this file.

#include <memory>
#include <string>
#include <unordered_map>
+ This graph shows which files directly or indirectly include this file:

Classes

struct  s3api::authenticators::Authenticator
 Base class for all authenticators - classes that sign the request with auth data. More...
 

Namespaces

namespace  s3api
 Top namespace for S3 library.
 

Typedefs

using s3api::authenticators::AuthenticatorPtr = std::shared_ptr<Authenticator>
 

Typedef Documentation

◆ AuthenticatorPtr

using s3api::authenticators::AuthenticatorPtr = std::shared_ptr<Authenticator>

Definition at line 27 of file interface.hpp.