Module aws_credential_types::credential_fn
source · Expand description
Types that allow a credentials provider to be created from a closure
Structs§
- A
ProvideCredentials
implemented by a closure.
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 acrate::provider::Result
.