1 2 3 4 5 6 7
//! I define few implementations of [`CRAuthenticationScheme`](super::CRAuthenticationScheme). //! pub mod union; #[cfg(feature = "scheme-impl-solid-oidc")] pub mod solid_oidc;