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>
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> |
using s3api::authenticators::AuthenticatorPtr = std::shared_ptr<Authenticator> |
Definition at line 27 of file interface.hpp.