16 #ifndef AVS_CAPABILITIES_DAVSCLIENT_ACSDKASSETSCOMMON_TEST_MOCKS_AUTHDELEGATEMOCK_H_ 17 #define AVS_CAPABILITIES_DAVSCLIENT_ACSDKASSETSCOMMON_TEST_MOCKS_AUTHDELEGATEMOCK_H_ 21 #include <unordered_set> 27 namespace acsdkAssets {
43 static std::shared_ptr<AuthDelegateMock> create();
53 void onAuthFailure(
const std::string& token)
override;
56 std::shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::AuthObserverInterface> observer)
override;
58 void removeAuthObserver(
59 std::shared_ptr<alexaClientSDK::avsCommon::sdkInterfaces::AuthObserverInterface> observer)
override;
72 #endif // AVS_CAPABILITIES_DAVSCLIENT_ACSDKASSETSCOMMON_TEST_MOCKS_AUTHDELEGATEMOCK_H_
::std::string string
Definition: gtest-port.h:1097
Definition: AlexaEventProcessedObserverInterface.h:23
Definition: AuthDelegateInterface.h:40
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: AuthDelegateMock.h:34