|
AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
|
#include <aws/crt/Exports.h>#include <aws/crt/Types.h>#include <aws/crt/http/HttpConnection.h>#include <aws/crt/io/TlsOptions.h>#include <chrono>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | Aws |
| namespace | Aws::Crt |
| namespace | Aws::Crt::Io |
| namespace | Aws::Crt::Http |
| namespace | Aws::Crt::Auth |
Typedefs | |
| using | Aws::Crt::Auth::OnCredentialsResolved = std::function<void(std::shared_ptr<Credentials>, int errorCode)> |
| using | Aws::Crt::Auth::GetCredentialsHandler = std::function<std::shared_ptr<Credentials>()> |