1 2 3 4 5 6 7
//! # OIDC Client module //! Contains implementation of the client #[allow(clippy::module_inception)] mod client; pub use client::Client;