//! Authentication and authorization enumerations.
//!
//! Defines the closed sets the platform reasons over: [`JwtAudience`],
//! [`UserType`], [`TokenType`], [`RateLimitTier`], [`UserRole`], and
//! [`UserStatus`]. [`UserType::from_permissions`] is the single source of
//! truth for the permission-to-type mapping.
pub use JwtAudience;
pub use ;
pub use ;