google-authz 1.0.0-alpha.5

This library provides auto-renewed tokens for Google service authentication.
Documentation
mod auth;
mod credentials;
mod service;
mod sync;

pub use auth::Error as AuthError;
pub use credentials::{Credentials, Error as CredentialsError};
pub use service::{Error, GoogleAuthz};