//! OAuth 2.0 / OIDC HTTP surface.
//!
//! Assembles the OAuth router ([`core`]) over the protocol [`endpoints`],
//! dynamic client management ([`client`], [`clients`]), [`discovery`] and
//! [`wellknown`] metadata, [`webauthn`] passkey flows, and the shared
//! [`OAuthHttpError`] response model ([`error`]).
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use ;
pub use *;
pub use wellknown_routes;