Registry / auth / google-cloud-token

google-cloud-token

JSON →
library0.1.2rscratesunverified

Google Cloud Platform token specification for authentication.

# Cargo.toml [dependencies] google-cloud-token = "0.1.2"
INSTALL
IMPORT
SIG · GOOGLE-CLOUD-TOKEN
G
google-cloud-token
authrustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Token
use google_cloud_token::Token;

Creates a default Google Cloud token.

use google_cloud_token::Token; fn main() { let token = Token::default(); println!("Token: {:?}", token); }
Debug
Known issues
gotchaToken may be invalid without proper GCP credentials.
fix
Ensure you have set up Google Cloud authentication (e.g., via service account).
affects: >=0.1.0
Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
google-cloud-token — cargo add google-cloud-token · libregistry