Expand description
Types that allow an access token provider to be created from a closure
Structs§
- Provide
Token Fn - A
ProvideToken
implemented by a closure.
Functions§
- provide_
token_ fn - Returns a new token provider built with the given closure. This allows you
to create an
ProvideToken
implementation from an async block that returns acrate::provider::token::Result
.