Skip to main content

TokenFuture

Type Alias TokenFuture 

Source
pub type TokenFuture<'a> = Pin<Box<dyn Future<Output = Result<SecretString, BoxError>> + Send + 'a>>;
Expand description

The future returned by CredentialProvider::bearer_token.

Aliased Typeยง

#[repr(transparent)]
pub struct TokenFuture<'a> { /* private fields */ }