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.
Auto Trait Implementations
impl RefUnwindSafe for TokenClient
impl Send for TokenClient
impl Sync for TokenClient
impl Unpin for TokenClient
impl UnwindSafe for TokenClient
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more