Module credentials

Source
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 Credentials instances.
Credentials
An implementation of crate::credentials::CredentialsProvider.
EntityTag
Represents an Entity Tag for a CacheableResource.

Enums§

CacheableResource
Represents a resource that can be cached, along with its EntityTag.

Traits§

CredentialsProvider
Represents a Credentials used to obtain auth request headers.