Lines Matching +full:application +full:- +full:default +full:- +full:credentials

5 * Populate `token_expiry` for GCE credentials. (#473)
7 * Populate `scopes` for GCE credentials. (#524)
9 * Add `oauth2client.contrib.sqlalchemy`, a SQLAlchemy-based credential store. (#527)
13 * Refactor all django-related code into `oauth2client.contrib.django_util`. Add `DjangoORMStorage`,…
14 * Fix application default credentials resolution order. (#570)
27 …d `oauth2client.contrib.django_orm` have been updated to support Django 1.8 - 1.10. Versions of Dj…
31 * Add basic support for JWT access credentials. (#503)
36 * Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452).
50 * Allowing default flags in `oauth2client.tools.run_flow()`
59 ## v2.0.0-post1
64 to allow passing a file-like object in addition to the factory
75 * Move to a `contrib` sub-package code not considered a core part of
77 * Add `token_expiry` to `devshell` credentials (#372)
80 * Added `to_json` and `from_json` methods to all `Credentials`
82 * Fall back to read-only credentials on EACCES errors (#389)
87 -------------------------------------------------
93 credentials = ServiceAccountCredentials.from_json_keyfile_name(
101 credentials = GoogleCredentials.get_application_default()
104 returning these credentials when you set the `GOOGLE_APPLICATION_CREDENTIALS`
110 credentials = ServiceAccountCredentials.from_p12_keyfile(
119 # PRE-oauth2client 2.0.0 EXAMPLE CODE!
125 credentials = SignedJwtAssertionCredentials(
151 application regardless of hosting environment. (#226, #273)
152 * Track scopes used on credentials objects (#230)
164 * Remove `@util.positional` from wrapped request in `Credentials.authorize()`
184 * Ensure that the ADC fails if we try to *write* the well-known file to a
199 * Add support for Google Developer Shell credentials.
214 * Set a shorter timeout for an Application Default Credentials issue on some
228 * Start credentials cleanup for single 2LO/3LO call. (#83, #84)
229 * Clean up stack traces when re-raising in some places. (#79)
253 * Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`,
263 …[Google Application Default Credentials](https://developers.google.com/accounts/docs/application-d…
265 * Added support for OAuth2 for devices (#3, thanks @sde-melo).
273 * Handle X509 certs with PyCrypto (#51, thanks @liujin-google).
287 then include `python-gflags` as a dependency of your application or switch to
301 * User-agent must contain `(gzip)`.
324 * Adding a `.revoke()` to Credentials. Closes issue 98.
325 * Modify `oauth2client.multistore_file` to store and retrieve credentials
327 * Don't accept `403` challenges by default for auth challenges.
342 * Do not allow credentials files to be symlinks.
349 * Add a `keyring`-based `Storage`.
358 * oauth2client support for URL-encoded format of exchange token response (e.g.
373 [switched to epydoc](http://google-api-python-client.googlecode.com/hg/docs/epy/index.html)
381 + Make oauth2client support Windows-friendly locking.
414 [batch requests](http://code.google.com/p/google-api-python-client/wiki/Batch).
416 [media upload](http://code.google.com/p/google-api-python-client/wiki/MediaUpload).