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: MThe message that was contained in the token
The footer that was sent with the token