[][src]Trait tokkit::TokenInfoService

pub trait TokenInfoService {
    fn introspect(&self, token: &AccessToken) -> TokenInfoResult<TokenInfo>;
}

Gives a TokenInfo for an AccessToken.

See OAuth 2.0 Token Introspection

Required methods

fn introspect(&self, token: &AccessToken) -> TokenInfoResult<TokenInfo>

Gives a TokenInfo for an AccessToken.

Loading content...

Implementors

impl TokenInfoService for TokenInfoServiceClient[src]

Loading content...