//! OAuth dynamic client-registration management routes.
//!
//! Groups the CRUD handlers for registered OAuth clients: [`create`],
//! [`get`], [`list`], [`update`], and [`delete`].
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.