Module aws_credential_types::token_fn
source · Expand description
Types that allow an access token provider to be created from a closure
Structs§
- A
ProvideToken
implemented by a closure.
Functions§
- 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
.