Searched refs:GOOGLE_TOKEN_URI (Results 1 – 14 of 14) sorted by relevance
/external/python/oauth2client/oauth2client/ |
D | service_account.py | 103 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__.py | 22 GOOGLE_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token' variable
|
D | client.py | 1428 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/ |
D | test_django_storage.py | 24 from oauth2client import GOOGLE_TOKEN_URI 42 refresh_token, token_expiry, GOOGLE_TOKEN_URI,
|
/external/python/oauth2client/scripts/ |
D | run_system_tests.py | 93 token_uri=oauth2client.GOOGLE_TOKEN_URI,
|
/external/python/oauth2client/tests/contrib/ |
D | test_dictionary_storage.py | 31 oauth2client.GOOGLE_TOKEN_URI,
|
D | test_sqlalchemy.py | 51 token_uri=oauth2client.GOOGLE_TOKEN_URI,
|
D | test_keyring_storage.py | 132 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI,
|
D | test_appengine.py | 333 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI, 396 refresh_token, token_expiry, oauth2client.GOOGLE_TOKEN_URI,
|
D | test_flask_util.py | 86 oauth2client.GOOGLE_TOKEN_URI,
|
/external/python/oauth2client/tests/ |
D | test_clientsecrets.py | 159 'token_uri': oauth2client.GOOGLE_TOKEN_URI,
|
D | test_client.py | 291 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/ |
D | appengine.py | 529 token_uri=oauth2client.GOOGLE_TOKEN_URI,
|
/external/python/google-api-python-client/tests/ |
D | test_discovery.py | 79 from oauth2client import GOOGLE_TOKEN_URI 1405 refresh_token, token_expiry, GOOGLE_TOKEN_URI,
|