Expand description

Credential providers that augment an existing credentials providers to add functionality

Re-exports

pub use lazy_caching::LazyCachingCredentialsProvider;

Modules

Lazy, caching, credentials provider implementation

Structs

Credentials provider that checks a series of inner providers

Functions

Returns a new credentials provider built with the given closure. This allows you to create an ProvideCredentials implementation from an async block that returns a credentials::Result.