darkwing::server::utils::jwt_utils

Type Alias DynJwtUtil

source
pub type DynJwtUtil = Arc<dyn JwtUtil + Send + Sync>;
Expand description

A security service for handling JWT authentication.

Aliased Typeยง

struct DynJwtUtil { /* private fields */ }