pub trait ProvideCredentials: Send + Sync + Debug {
    fn provide_credentials<'a>(&'a self) -> ProvideCredentials<'a> 
    where
        Self: 'a
; }
Expand description

Asynchronous Credentials Provider

Required Methods§

Returns a future that provides credentials.

Trait Implementations§

Converts this type into a shared reference of the (usually inferred) input type.

Implementations on Foreign Types§

Implementors§