Expand description
This module provides a token source (GetToken
) that obtains tokens using user credentials
for use by software (i.e., non-human actors) to get access to Google services.
Resources:
Structsยง
- Authorized
User Flow - AuthorizedUserFlow can fetch oauth tokens using an authorized user secret.
- Authorized
User Secret - JSON schema of authorized user secret. You can obtain it by
running on the client:
gcloud auth application-default login
.