1#![doc = include_str!("../README.md")] 2 3pub mod auth; 4pub mod error; 5pub mod ids; 6pub mod models; 7 8pub use error::AuthError;