pub use VtaAuthBackend;
pub use ;
pub use jwt;
pub use session;
/// The shared Trust-Task DI-proof verifier. Owned by `vta-sdk` since a *client*
/// needed the same check a service does — `vti-common` re-exports it, and this
/// re-exports that, so `crate::auth::verify_trust_task_proof` still resolves for
/// the step-up gate, task consent, and the REST auth route.
pub use ;