//! OAuth2/JWT authentication for the A2A server surface.
//!
//! Wires the Axum middleware ([`agent_oauth_middleware`]) to the token
//! validation routines ([`validate_agent_token`],
//! [`validate_oauth_for_request`]) and the shared [`AgentOAuthState`] /
//! [`AgentOAuthConfig`] carried on requests.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use ;
pub use ;