//! `OpenID` Connect dynamic client-configuration endpoint (RFC 7592).
//!
//! Exposes the read, update, and delete operations a registered client uses to
//! manage its own configuration via its registration access token.
pub
pub
pub use delete_client_configuration;
pub use get_client_configuration;
pub use update_client_configuration;