UnsignedToken

Type Alias UnsignedToken 

Source
pub type UnsignedToken<M, F = ()> = UnsignedToken<V1, M, F>;
Expand description

A SignedToken that has been verified

Aliased Type§

pub struct UnsignedToken<M, F = ()> {
    pub claims: M,
    pub footer: F,
    /* private fields */
}

Fields§

§claims: M

The message that was contained in the token

§footer: F

The footer that was sent with the token