aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#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.