google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
When user credentials are refreshed, the OAuth server returns granted scopes. This change exposes those scopes in the credentials object
Manually setting an `secure_authorized_channel` with a `google.auth.transport.requests.Request()` object results in the error shown above. The snippet below attemtps to create a `secure_authorized_channel` as shown in the docs [here](https://google-auth.readthedocs.io/en/master/reference/google.auth.transport.grpc.html#google.auth.transport.grpc.secure_authorized_channel) but when...
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings: ```console +...
**Is your feature request related to a problem? Please describe.** Currently, `google.auth.default()` generates `Credentials` that contain `.token` that is an access token. We'd like to also generate `id_token` with the...
Usually the Vertex SDK gets the project ID automatically (by calling `google.auth.default()`). This works when running on GKE, GCE, Kubeflow Pipelines etc. However when running on Google Cloud Vertex Pipelines...
The now deprecated oauth2client library allowed for a static credential source https://oauth2client.readthedocs.io/en/latest/source/oauth2client.client.html with that, i could 'just embed' an `access_token` i may have acquired by any other means (eg downscoped_token,...
Still seeing the same issue mentioned in https://github.com/googleapis/google-auth-library-python/issues/211 #### Environment details - OS: Linux/Container-Optimized OS - Python version: 3.8.5 - pip version: 20.1.1 - `google-auth` version: 1.33.0 #### Steps to...