//! The Login module provides the LoginClient and related types for authenticating
//! Bitwarden users via various mechanisms (password, SSO, etc.) to obtain
//! OAuth2 tokens from the Bitwarden Identity API.
pub use LoginClient;
// API models should be private to the login module as they are only used internally.
pub