gouth 0.2.1

This library provides auto-renewed tokens for GCP service authentication.
Documentation

This library provides auto-renewed tokens for GCP service authentication.

Example

use gouth::Token;

let token = Token::new().unwrap();
println!("authorization: {}", token.header_value().unwrap());