Files
deb-python-oauth2client/tests/test_service_account.py
Ken Payson 82cde04917 Added JWTAccessCredentials.
Newer Google APIs can accept JWTs signed using ServiceAccountCredentials
for authentication. (See https://jwt.io/).  The new behavior for
GoogleCredentials.get_application_default() will attempt to use a signed JWT
if ServiceAccountCredentials are available and no scope is specified.
Upon specifying a scope, OAuth2 authentication will be used.
2016-05-16 10:30:08 -07:00

24 KiB