commit | 32d71a5858435af0818a705b754404882bb7bb9e | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Dec 18 11:30:46 2019 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 18 11:30:46 2019 -0800 |
tree | 0e56a71d66b7018abb243be87499e32cc71c49a5 | |
parent | 011fabb75bda9ad055494d456d571c1ef8495c6f [diff] |
feat: send quota project id in x-goog-user-project for OAuth2 credentials (#412) * feat: send quota project id in x-goog-user-project header for OAuth2 credentials (#400) When the 3LO credentials are used, the quota project ("quota_project_id") is sent on every outgoing request in the x-goog-user-project HTTP header/grpc metadata. The quota project is used for billing and quota purposes. * feat: add `__setstate__` and `__getstate__` to `oauth2.credentials` class