//! Authentication providers for Ditto.
//!
//! This module provides types needed for authenticating with Ditto Cloud or
//! an on-premises authentication server when using
//! [`DittoConfigConnect::Server`].
//!
//! [`DittoConfigConnect::Server`]: crate::DittoConfigConnect::Server
pub use ;
/// Authentication provider for testing and development. Not intended for production use.