Skip to main content

Module auth

Module auth 

Source
Expand description

The four Box auth flows. Build an auth::Auth and pass it to client::Client::new. Split from the transport runtime so the auth surface has a descriptive path (D-193).

Re-exports§

pub use crate::runtime::Auth;
pub use crate::runtime::CcgConfig;
pub use crate::runtime::JwtConfig;
pub use crate::runtime::OAuthConfig;
pub use crate::runtime::RefreshTokenStore;