|
AWS IoT Device SDK C++ v2
1.40.2
AWS IoT Device SDK C++ v2
|
#include <Credentials.h>
Public Member Functions | |
| CredentialsProviderChainConfig () | |
Public Attributes | |
| Vector< std::shared_ptr< ICredentialsProvider > > | Providers |
Configuration options for a chain-of-responsibility-based credentials provider. This provider works by traversing the chain and returning the first positive result.
|
inline |
| Vector<std::shared_ptr<ICredentialsProvider> > Aws::Crt::Auth::CredentialsProviderChainConfig::Providers |
The sequence of providers that make up the chain.