pub type TokenData = TokenData<Claims>;
Expand description
The return type of a successful call to decode.
Aliased Type§
pub struct TokenData {
pub header: Header,
pub claims: Claims,
}
Fields§
§header: Header
The decoded JWT header
claims: Claims
The decoded JWT claims