pub type EncryptedToken<M, F = ()> = EncryptedToken<V1, M, F>;
A token with secret data
pub struct EncryptedToken<M, F = ()> { /* private fields */ }