Type Alias Token

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

The type of token used to authenticate requests between hosts

Aliased Typeยง

pub struct Token { /* private fields */ }