16 #ifndef ALEXA_CLIENT_SDK_AVSGATEWAYMANAGER_INCLUDE_AVSGATEWAYMANAGER_GATEWAYVERIFYSTATE_H_ 17 #define ALEXA_CLIENT_SDK_AVSGATEWAYMANAGER_INCLUDE_AVSGATEWAYMANAGER_GATEWAYVERIFYSTATE_H_ 22 namespace avsGatewayManager {
49 #endif // ALEXA_CLIENT_SDK_AVSGATEWAYMANAGER_INCLUDE_AVSGATEWAYMANAGER_GATEWAYVERIFYSTATE_H_ std::string avsGatewayURL
The AVS Gateway URL string ex:
Definition: GatewayVerifyState.h:29
::std::string string
Definition: gtest-port.h:1097
GatewayVerifyState(const std::string &gatewayURL, bool isVerified=false)
Definition: GatewayVerifyState.h:41
Definition: GatewayVerifyState.h:27
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
bool isVerified
Flag to indicate if the AVS gateway has been verified using the verify gateway sequence.
Definition: GatewayVerifyState.h:31