google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
Hello I am trying to authenticate with the `Credentials` class and a `service_account` file. and a proxy for the google oauth token endpoint. So by setting the `token_uri` in the...
App Engine cannot have more than 210 versions. The system tests should cleanup versions it creates. ``` ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Your app may not have more than 210 versions. Please...
I'm currently using AWS lambda, and I'm trying to use this library to interact with some gsuite products. So naturally I want to split up different parts of my project...
Running `docgen` appears to result in the async credentials files getting deleted. Investigate and modify the session so files are not deleted.
Implement #665 #679 for the async credentials.
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
It seems that [`service_account_email` is a public property of `impersonated_credentials.Credentials`](https://github.com/googleapis/google-auth-library-python/blob/master/google/auth/impersonated_credentials.py#L289). However, it has no docstring and doesn't show up in the documentation. Should it be documented?
Current coverage in async is lower than the gate. ``` .nox/cover/lib/python3.7/site-packages/google/auth/transport/aiohttp_requests.py 98 19 16 1 74% 53-54, 72-74, 77-86, 98, 102, 106, 110, 295->296, 296-298 ```
_CombinedResponse, as added in https://github.com/googleapis/google-auth-library-python/pull/584, may be able to be factored out of auth and then only used in resumable media.
**Is your feature request related to a problem? Please describe.** I need to serialize the `Credentials` data as JSON, and I just discovered the `to_json` method. It's very helpful, as...