16 #ifndef ALEXA_CLIENT_SDK_ACL_TEST_TRANSPORT_MOCKAUTHDELEGATE_H_ 17 #define ALEXA_CLIENT_SDK_ACL_TEST_TRANSPORT_MOCKAUTHDELEGATE_H_ 57 m_authToken = authToken;
64 #endif // ALEXA_CLIENT_SDK_ACL_TEST_TRANSPORT_MOCKAUTHDELEGATE_H_ std::string getAuthToken()
Definition: MockAuthDelegate.h:53
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
MOCK_METHOD1(addAuthObserver, void(std::shared_ptr< avsCommon::sdkInterfaces::AuthObserverInterface >))
virtual void removeAuthObserver(std::shared_ptr< avsCommon::sdkInterfaces::AuthObserverInterface > observer)=0
Definition: AuthDelegateInterface.h:40
virtual void onAuthFailure(const std::string &token)=0
Definition: MockAuthDelegate.h:32
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
void setAuthToken(std::string authToken)
Definition: MockAuthDelegate.h:56
virtual void addAuthObserver(std::shared_ptr< avsCommon::sdkInterfaces::AuthObserverInterface > observer)=0