pub type SignedToken<M, F = ()> = SignedToken<V1, M, F>;
A token with publically readable data, but not yet verified
pub struct SignedToken<M, F = ()> { /* private fields */ }