Type Alias DecodedToken

Source
pub type DecodedToken = TokenData<Value>;

Aliased Type§

pub struct DecodedToken {
    pub header: Header,
    pub claims: Value,
}

Fields§

§header: Header

The decoded JWT header

§claims: Value

The decoded JWT claims