Module aws_credential_types::lazy_caching
source · Expand description
Lazy, caching, credentials provider implementation
Structs
- Builder for constructing a
LazyCachingCredentialsProvider
. LazyCachingCredentialsProvider
implementsProvideCredentials
by caching credentials that it loads by calling a user-providedProvideCredentials
implementation.