22 #ifndef BACKENDS_CLOUD_GOOGLEDRIVE_GOOGLEDRIVETOKENREFRESHER_H 23 #define BACKENDS_CLOUD_GOOGLEDRIVE_GOOGLEDRIVETOKENREFRESHER_H 25 #include "backends/cloud/storage.h" 26 #include "backends/networking/curl/curljsonrequest.h" 29 namespace GoogleDrive {
31 class GoogleDriveStorage;
Definition: basestorage.h:28
void addHeader(const Common::String &header) override
Definition: callback.h:49
Definition: googledrivetokenrefresher.h:33
void setHeaders(const Common::Array< Common::String > &headers) override
Definition: googledrivestorage.h:31
Definition: curljsonrequest.h:37