Home
last modified time | relevance | path

Searched refs:AssertionCredentials (Results 1 – 8 of 8) sorted by relevance

/external/python/oauth2client/oauth2client/contrib/
Dgce.py41 class AppAssertionCredentials(client.AssertionCredentials):
Dappengine.py121 class AppAssertionCredentials(client.AssertionCredentials):
/external/python/oauth2client/oauth2client/
Dservice_account.py43 class ServiceAccountCredentials(client.AssertionCredentials):
87 client.AssertionCredentials.NON_SERIALIZED_MEMBERS)
Dclient.py1461 class AssertionCredentials(GoogleCredentials): class
1489 super(AssertionCredentials, self).__init__(
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py458 class GaeAssertionCredentials(oauth2client.client.AssertionCredentials):
/external/python/oauth2client/tests/
Dtest_client.py1558 class AssertionCredentialsTestImpl(client.AssertionCredentials):
1569 credentials = client.AssertionCredentials(None)
1600 credentials = client.AssertionCredentials(None)
/external/python/google-api-python-client/
DCHANGELOG332 - Update grant_type for AssertionCredentials.
/external/python/oauth2client/
DCHANGELOG.md323 * Update `grant_type` for `AssertionCredentials`.