userver: s3api::authenticators::Authenticator Struct Reference
Loading...
Searching...
No Matches
s3api::authenticators::Authenticator Struct Referenceabstract

#include <userver/s3api/authenticators/interface.hpp>

Detailed Description

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

Definition at line 21 of file interface.hpp.

+ Inheritance diagram for s3api::authenticators::Authenticator:

Public Member Functions

virtual std::unordered_map< std::string, std::string > Auth (const Request &request) const =0
 
virtual std::unordered_map< std::string, std::string > Sign (const Request &request, time_t expires) const =0
 

The documentation for this struct was generated from the following file: