pub type DynJwtUtil = Arc<dyn JwtUtil + Send + Sync>;
A security service for handling JWT authentication.
struct DynJwtUtil { /* private fields */ }