Expand description
This module provides a token source (GetToken
) that obtains tokens using workload identity federation
for use by software (i.e., non-human actors) to get access to Google services.
Resources:
Structs§
- External
Account Flow - An ExternalAccountFlow can fetch OAuth tokens using an external account secret.
- External
Account Secret - JSON schema of external account secret.
Enums§
- Credential
Source - JSON schema of credential source.
- Credential
Source Error - Errors that can happen when parsing a Credential source
- UrlCredential
Source Format - JSON schema of URL-sourced credentials’ format. This indicates the format of the URL response. This can be either “text” or “json”. The default should be “text”.