Struct jsonwebtoken::TokenData [−][src]
pub struct TokenData<T> {
    pub header: Header,
    pub claims: T,
}Expand description
The return type of a successful call to decode.
Fields
header: HeaderThe decoded JWT header
claims: TThe decoded JWT claims