//! Service layer for the users domain.
//!
//! Wraps the repositories behind cohesive services: [`UserService`] for
//! account lifecycle and sessions, [`UserAdminService`] for promote/demote
//! workflows, [`ApiKeyService`] for API-key issuance, and [`DeviceCertService`]
//! for device-certificate enrollment. [`UserProviderImpl`] adapts the user
//! service to the cross-crate provider trait.
pub use crateUpdateUserParams;
pub use ;
pub use ;
pub use ;
pub use UserService;
pub use UserProviderImpl;