SecretKey

Type Alias SecretKey 

Source
pub type SecretKey = SecretKey<V1>;
Expand description

Private key used for token signing

Aliased Typeยง

pub struct SecretKey(/* private fields */);