Module aws_config::meta::credentials::lazy_caching
source · Expand description
Lazy, caching, credentials provider implementation
Structs
Builder for constructing a
LazyCachingCredentialsProvider
.LazyCachingCredentialsProvider
implements ProvideCredentials
by caching
credentials that it loads by calling a user-provided ProvideCredentials
implementation.