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§
- ApiKey
Options - Configuration options for API key credentials.
- Credentials
- An implementation of crate::credentials::CredentialsTrait.
Traits§
- Credentials
Trait - 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.