AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig Struct Reference

#include <HttpProxyStrategy.h>

Public Member Functions

 HttpProxyStrategyBasicAuthConfig ()

Public Attributes

AwsHttpProxyConnectionType ConnectionType
String Username
String Password

Detailed Description

Configuration for a proxy strategy that performs basic authentication

Constructor & Destructor Documentation

◆ HttpProxyStrategyBasicAuthConfig()

Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::HttpProxyStrategyBasicAuthConfig ( )

Member Data Documentation

◆ ConnectionType

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

◆ Password

String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Password

Password to apply to the basic authentication process

◆ Username

String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Username

Username to apply to the basic authentication process


The documentation for this struct was generated from the following files: