Trait openidconnect::TokenType[][src]

pub trait TokenType: Clone + DeserializeOwned + Debug + PartialEq<Self> + Serialize { }
Expand description

Trait for OAuth2 access tokens.

Implementors