zino_auth

Type Alias JwtHmacKey

Source
pub type JwtHmacKey = HS256Key;
Available on crate feature jwt only.
Expand description

HMAC key type for JWT.

Aliased Typeยง

struct JwtHmacKey { /* private fields */ }