pub type UnencryptedToken<M, F = ()> = UnencryptedToken<V1, M, F>;Expand description
An EncryptedToken that has been decrypted
Aliased Type§
pub struct UnencryptedToken<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