//! Authentication and authorization value types.
//!
//! JWT and cloud claim shapes, the [`AuthenticatedUser`] request
//! identity, [`Permission`] parsing, base role definitions, and the
//! OAuth/PKCE enums (`ResponseType`, `PkceMethod`). `GrantType` lives
//! in `systemprompt_oauth` since it carries RFC 8693 token-exchange.
//! Public functions return [`AuthError`].
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use CloudAuthClaims;
pub use *;
pub use ;
pub use ;
pub use ;