Expand description
Types that allow a credentials provider to be created from a closure
Structs§
- Provide
Credentials Fn - A
ProvideCredentials
implemented by a closure.
Functions§
- provide_
credentials_ fn - 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
.