//! Google OAuth2 authentication library for ADI.
//!
//! Provides authentication strategies for Google APIs:
//! - API key authentication
//! - Service account authentication (JWT)
//! - OAuth2 authentication (user consent flow)
pub use ;
pub use ;
pub use ;
pub use ;