Type Alias SignedToken

Source
pub type SignedToken = SignedToken<Link, Value, Vec<TCPathBuf>>;
Expand description

The type of rjwt::SignedToken used for authentication & authorization

Aliased Typeยง

pub struct SignedToken { /* private fields */ }