Struct jsonwebtoken::TokenData [] [src]

pub struct TokenData<T: Part> {
    pub header: Header,
    pub claims: T,
}

The return type of a successful call to decode(...)

Fields

Trait Implementations

impl<T: Debug + Part> Debug for TokenData<T>
[src]

Formats the value using the given formatter.