AWS SDK for C++AWS SDK for C++ Version 1.11.793 |
#include <AWSCredentialsProviderChain.h>
Abstract class for providing chains of credentials providers. When a credentials provider in the chain returns empty credentials, We go on to the next provider until we have either exhausted the installed providers in the chain or something returns non-empty credentials.
Definition at line 21 of file AWSCredentialsProviderChain.h.
This class is only allowed to be initialized by subclasses.
Adds a provider to the back of the chain.
Definition at line 46 of file AWSCredentialsProviderChain.h.
When a credentials provider in the chain returns empty credentials, We go on to the next provider until we have either exhausted the installed providers in the chain or something returns non-empty credentials.
Implements Aws::Auth::AWSCredentialsProvider.
Gets all providers stored in this chain.
Definition at line 35 of file AWSCredentialsProviderChain.h.