aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Auth::CredentialsProviderChainConfig Struct Reference

#include <Credentials.h>

Public Member Functions

 CredentialsProviderChainConfig ()
 

Public Attributes

Vector< std::shared_ptr< ICredentialsProvider > > Providers
 

Detailed Description

Configuration options for a chain-of-responsibility-based credentials provider. This provider works by traversing the chain and returning the first positive result.

Constructor & Destructor Documentation

◆ CredentialsProviderChainConfig()

Aws::Crt::Auth::CredentialsProviderChainConfig::CredentialsProviderChainConfig ( )
inline

Member Data Documentation

◆ Providers

Vector<std::shared_ptr<ICredentialsProvider> > Aws::Crt::Auth::CredentialsProviderChainConfig::Providers

The sequence of providers that make up the chain.


The documentation for this struct was generated from the following file: