#[allow(deprecated)]
#[deprecated(since = "5.1.0", note = "Use the `auth` module instead")]
pub use crate::auth::get_development_provider;
#[allow(deprecated)]
#[deprecated(since = "5.1.0", note = "Use the `auth` module instead")]
pub use crate::auth::AuthenticationClientFeedback;
#[allow(deprecated)]
#[deprecated(since = "5.1.0", note = "Use the `auth` module instead")]
pub use crate::auth::DittoAuthenticationEventHandler;
#[allow(deprecated)]
#[deprecated(since = "5.1.0", note = "Use the `auth` module instead")]
pub use crate::auth::DittoAuthenticator;