Home
last modified time | relevance | path

Searched refs:GOOGLE_TOKEN_URI (Results 1 – 14 of 14) sorted by relevance

/external/python/oauth2client/oauth2client/
Dservice_account.py103 token_uri=oauth2client.GOOGLE_TOKEN_URI,
181 oauth2client.GOOGLE_TOKEN_URI)
260 token_uri=oauth2client.GOOGLE_TOKEN_URI,
302 token_uri=oauth2client.GOOGLE_TOKEN_URI,
340 token_uri=oauth2client.GOOGLE_TOKEN_URI,
570 token_uri=oauth2client.GOOGLE_TOKEN_URI,
632 def create_scoped(self, scopes, token_uri=oauth2client.GOOGLE_TOKEN_URI,
D__init__.py22 GOOGLE_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token' variable
Dclient.py1428 token_uri=oauth2client.GOOGLE_TOKEN_URI,
1474 token_uri=oauth2client.GOOGLE_TOKEN_URI,
1640 token_uri=oauth2client.GOOGLE_TOKEN_URI,
1813 token_uri=oauth2client.GOOGLE_TOKEN_URI,
/external/python/oauth2client/tests/contrib/django_util/
Dtest_django_storage.py24 from oauth2client import GOOGLE_TOKEN_URI
42 refresh_token, token_expiry, GOOGLE_TOKEN_URI,
/external/python/oauth2client/scripts/
Drun_system_tests.py93 token_uri=oauth2client.GOOGLE_TOKEN_URI,
/external/python/oauth2client/tests/contrib/
Dtest_dictionary_storage.py31 oauth2client.GOOGLE_TOKEN_URI,
Dtest_sqlalchemy.py51 token_uri=oauth2client.GOOGLE_TOKEN_URI,
Dtest_keyring_storage.py132 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI,
Dtest_appengine.py333 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI,
396 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI,
Dtest_flask_util.py86 oauth2client.GOOGLE_TOKEN_URI,
/external/python/oauth2client/tests/
Dtest_clientsecrets.py159 'token_uri': oauth2client.GOOGLE_TOKEN_URI,
Dtest_client.py291 self.assertEqual(oauth2client.GOOGLE_TOKEN_URI, credentials.token_uri)
884 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI,
1003 token_uri = str(oauth2client.GOOGLE_TOKEN_URI)
1033 token_uri = str(oauth2client.GOOGLE_TOKEN_URI)
/external/python/oauth2client/oauth2client/contrib/
Dappengine.py529 token_uri=oauth2client.GOOGLE_TOKEN_URI,
/external/python/google-api-python-client/tests/
Dtest_discovery.py79 from oauth2client import GOOGLE_TOKEN_URI
1405 refresh_token, token_expiry, GOOGLE_TOKEN_URI,