/// Structured error type for the auth crate.
///
/// Mirrors the `thiserror`-based style used by `powdb-storage`. Kept
/// intentionally small — this slice is a library + data model only.
/// Convenience alias used throughout the auth crate.
pub type Result<T> = Result;