Module credentials

Source
Expand description

Types and functions to work with Google Cloud authentication Credentials.

Modules§

mds
Metadata Service Credentials type.
service_account
Service Account Credentials type.
testing
A module providing invalid credentials where authentication does not matter.
user_account
User Account Credentials type.

Structs§

ApiKeyOptions
Configuration options for API key credentials.
Credentials
An implementation of crate::credentials::CredentialsTrait.

Traits§

CredentialsTrait
Represents a Credentials used to obtain auth Tokens and the corresponding request headers.

Functions§

create_access_token_credentials
Create access token credentials.
create_api_key_credentials
Create credentials that authenticate using an API key.