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