Crate gcp_sdk_auth

Source
Expand description

Google Cloud Client Libraries for Rust - Authentication Components

WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.

This crate contains types and functions used to authenticate applications on Google Cloud. The SDK clients consume an implementation of credentials::Credential 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.

Modulesยง

  • Types and functions to work with Google Cloud authentication Credentials.
  • Common errors generated by the components in this crate.
  • Types and functions to work with auth Tokens.