google-cloud-auth

Crates.iogoogle-cloud-auth
lib.rsgoogle-cloud-auth
version1.4.0
created_at2021-11-26 05:25:33.035715+00
updated_at2026-01-13 19:47:37.642731+00
descriptionGoogle Cloud Client Libraries for Rust - Authentication
homepage
repositoryhttps://github.com/googleapis/google-cloud-rust/tree/main
max_upload_size
id487907
size803,956
Cody Oss (codyoss)

documentation

README

Google Cloud Client Libraries for Rust - Authentication

This crate contains types and functions used to authenticate applications on Google Cloud. The SDK clients consume an implementation of credentials::Credentials and use these credentials to authenticate RPCs issued by the application.

Authentication methods at Google is a good introduction on the topic of authentication for Google Cloud services and other Google products. The guide also describes the common terminology used with authentication, such as Principals, Tokens, and Credentials.

This crate used to contain a different implementation, with a different surface. @yoshidan generously donated the crate name to Google. Their crate continues to live as gcloud-auth.

Commit count: 2810

cargo fmt