UnencryptedToken

Type Alias UnencryptedToken 

Source
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: M

The message that was contained in the token

§footer: F

The footer that was sent with the token