aws-crt-cpp
|
#include <Credentials.h>
Public Member Functions | |
CredentialsProviderCachedConfig () | |
Public Attributes | |
std::shared_ptr< ICredentialsProvider > | Provider |
std::chrono::milliseconds | CachedCredentialTTL |
Configuration options for a provider that caches the results of another provider
|
inline |
std::chrono::milliseconds Aws::Crt::Auth::CredentialsProviderCachedConfig::CachedCredentialTTL |
How long a cached credential set will be used for
std::shared_ptr<ICredentialsProvider> Aws::Crt::Auth::CredentialsProviderCachedConfig::Provider |
The provider to cache credentials from