|
AWS IoT Device SDK C++ v2
1.40.2
AWS IoT Device SDK C++ v2
|
#include <HttpProxyStrategy.h>
Public Member Functions | |
| HttpProxyStrategyBasicAuthConfig () | |
Public Attributes | |
| AwsHttpProxyConnectionType | ConnectionType |
| String | Username |
| String | Password |
Configuration for a proxy strategy that performs basic authentication
| Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::HttpProxyStrategyBasicAuthConfig | ( | ) |
| AwsHttpProxyConnectionType Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::ConnectionType |
Basic auth can be applied either to forwarding or tunneling proxy connections, but we need to know the type ahead of time
| String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Password |
Password to apply to the basic authentication process
| String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Username |
Username to apply to the basic authentication process