16 #ifndef ACSDKAUTHORIZATION_AUTHORIZATIONMANAGERSTORAGE_H_ 17 #define ACSDKAUTHORIZATION_AUTHORIZATIONMANAGERSTORAGE_H_ 26 namespace acsdkAuthorization {
40 static std::shared_ptr<AuthorizationManagerStorage>
create(
41 const std::shared_ptr<avsCommon::sdkInterfaces::storage::MiscStorageInterface>& storage);
75 const std::shared_ptr<avsCommon::sdkInterfaces::storage::MiscStorageInterface>& storage);
83 bool initializeDatabase();
96 std::shared_ptr<avsCommon::sdkInterfaces::storage::MiscStorageInterface> m_storage;
102 #endif // ACSDKAUTHORIZATION_AUTHORIZATIONMANAGERSTORAGE_H_ ::std::string string
Definition: gtest-port.h:1097
static std::shared_ptr< AuthorizationManagerStorage > create(const std::shared_ptr< avsCommon::sdkInterfaces::storage::MiscStorageInterface > &storage)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
bool store(const std::string &adapterId, const std::string &userId)
Definition: AuthorizationManagerStorage.h:33
bool load(std::string &adapterId, std::string &userId)