1 2 3 4 5 6 7 8
#![doc = include_str!("../README.md")] pub use client::{ClientCredential, ConfidentialClient}; pub use error::Error; mod authority; mod client; mod error;