Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for non-service-account credential files when run as a bi…
…nary. (#217) For example, gcloud's credential files will have either type authorized_user or service_account. JWTConfigFromJSON only supports service accounts, while CredentialsFromJSON supports both service accounts and authorized users. This was tested with a regular gmail account and a service account using the legacy JSON auth files created by gcloud in .config/gcloud/legacy_credentials/*/adc.json
- Loading branch information