Struct wx_sdk::access_token::TokenClient [−][src]
pub struct TokenClient { /* fields omitted */ }Expand description
That’s a default token client implement AccessTokenProvider.
Implementations
Trait Implementations
fn get_access_token<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = SdkResult<AccessToken>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
fn get_access_token<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = SdkResult<AccessToken>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
This trait derive async_trait, it return a std::future of AccessToken.