Module authorized_user

Source
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ยง

AuthorizedUserFlow
AuthorizedUserFlow can fetch oauth tokens using an authorized user secret.
AuthorizedUserSecret
JSON schema of authorized user secret. You can obtain it by running on the client: gcloud auth application-default login.