Expand description
Types and functions to work with Google Cloud authentication Credentials.
Modules§
- api_
key_ credentials - API Key Credentials type.
- impersonated
- Impersonated service account credentials.
- mds
- Metadata Service Credentials type.
- service_
account - Service Account Credentials type.
- user_
account - User Account Credentials type.
Structs§
- Builder
- A builder for constructing
Credentialsinstances. - Credentials
- An implementation of crate::credentials::CredentialsProvider.
- Entity
Tag - Represents an Entity Tag for a CacheableResource.
Enums§
- Cacheable
Resource - Represents a resource that can be cached, along with its EntityTag.
Traits§
- Credentials
Provider - Represents a Credentials used to obtain auth request headers.