Type Alias poem::web::cookie::CookieKey

source ·
pub type CookieKey = Key;
Available on crate feature cookie only.
Expand description

A cryptographic master key for use with Signed and/or Private jars.

Aliased Type§

struct CookieKey(/* private fields */);