AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
Go to the documentation of this file.
6 #include <aws/crt/Config.h>
64 const std::shared_ptr<Crt::Auth::ICredentialsProvider> &credentialsProvider,
81 const std::shared_ptr<Crt::Auth::ICredentialsProvider> &credentialsProvider,
82 const std::shared_ptr<Crt::Auth::IHttpRequestSigner> &signer,
86 std::shared_ptr<Crt::Auth::IHttpRequestSigner>
Signer;
113 #endif // !BYO_CRYPTO
AWS_CRT_CPP_API Allocator * ApiAllocator() noexcept
Definition: Allocator.cpp:24
Crt::String SigningRegion
Definition: MqttCommon.h:96
std::shared_ptr< Crt::Auth::IHttpRequestSigner > Signer
Definition: MqttCommon.h:86
Definition: MqttCommon.h:24
Crt::Optional< Crt::Http::HttpClientConnectionProxyOptions > ProxyOptions
Definition: MqttCommon.h:95
Definition: MqttCommon.h:105
CreateSigningConfig CreateSigningConfigCb
Definition: MqttCommon.h:87
Crt::String pkcs12_file
Definition: MqttCommon.h:106
Definition: Optional.h:18
std::function< std::shared_ptr< Crt::Auth::ISigningConfig >(void)> CreateSigningConfig
Definition: MqttCommon.h:18
Crt::String ServiceName
Definition: MqttCommon.h:97
#define AWS_CRT_CPP_API
Definition: Exports.h:37
Definition: Allocator.h:11
Crt::String pkcs12_password
Definition: MqttCommon.h:107
aws_allocator Allocator
Definition: Allocator.h:14
Definition: Bootstrap.h:35
std::shared_ptr< Crt::Auth::ICredentialsProvider > CredentialsProvider
Definition: MqttCommon.h:85
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition: Types.h:45