//! Use [`ditto.auth()`] to obtain a [`DittoAuthenticator`] to view and manage auth settings.
//!
//! Provides access to authentication information and methods for logging on to Ditto Cloud.
//! Relevant when using [`DittoConfigConnect::Server`] mode.
//!
//! [`ditto.auth()`]: crate::Ditto::auth
//! [`DittoConfigConnect::Server`]: crate::DittoConfigConnect::Server
pub use ;
pub use DittoAuthenticationEventHandler;