/external/python/oauth2client/oauth2client/ |
D | service_account.py | 103 token_uri=oauth2client.GOOGLE_TOKEN_URI, argument 108 None, user_agent=user_agent, token_uri=token_uri, 146 token_uri=None, revoke_uri=None): argument 179 if not token_uri: 180 token_uri = keyfile_dict.get('token_uri', 189 client_id=client_id, token_uri=token_uri, 196 token_uri=None, revoke_uri=None): argument 223 token_uri=token_uri, 228 token_uri=None, revoke_uri=None): argument 253 token_uri=token_uri, [all …]
|
D | client.py | 471 token_expiry, token_uri, user_agent, revoke_uri=None, argument 511 self.token_uri = token_uri 797 self.token_uri, method='POST', body=body, headers=headers) 1096 token_expiry, token_uri, user_agent, argument 1120 token_expiry, token_uri, user_agent, revoke_uri=revoke_uri) 1428 token_uri=oauth2client.GOOGLE_TOKEN_URI, 1474 token_uri=oauth2client.GOOGLE_TOKEN_URI, argument 1495 token_uri, 1640 token_uri=oauth2client.GOOGLE_TOKEN_URI, argument 1679 token_uri=token_uri, revoke_uri=revoke_uri, [all …]
|
/external/python/oauth2client/tests/ |
D | test_service_account.py | 99 token_uri=None, revoke_uri=None): argument 108 filename, scopes=scopes, token_uri=token_uri, 128 token_uri = 'baz' 131 payload, scopes=scopes, token_uri=token_uri, revoke_uri=revoke_uri) 135 payload['token_uri'] = token_uri 147 self.assertEqual(creds.token_uri, token_uri) 166 token_uri=None, revoke_uri=None): argument 175 scopes=scopes, token_uri=token_uri, revoke_uri=revoke_uri)) 180 scopes=scopes, token_uri=token_uri, revoke_uri=revoke_uri)) 194 self.assertEqual(creds.token_uri, token_uri) [all …]
|
D | test_file.py | 68 token_uri = 'https://www.google.com/accounts/o8/oauth2/token' 73 refresh_token, token_expiry, token_uri,
|
D | test_client.py | 291 self.assertEqual(oauth2client.GOOGLE_TOKEN_URI, credentials.token_uri) 1003 token_uri = str(oauth2client.GOOGLE_TOKEN_URI) 1008 token_expiry, token_uri, user_agent, revoke_uri=revoke_uri) 1033 token_uri = str(oauth2client.GOOGLE_TOKEN_URI) 1038 token_expiry, token_uri, user_agent, revoke_uri=revoke_uri) 1400 token_uri = client._update_query_params( 1408 assertUrisEqual(self, token_uri, called_uri)
|
/external/python/oauth2client/tests/contrib/ |
D | test_sqlalchemy.py | 51 token_uri=oauth2client.GOOGLE_TOKEN_URI, 66 self.assertEqual(result.token_uri, self.credentials.token_uri)
|
D | test_multiprocess_file_storage.py | 56 token_uri = 'https://www.google.com/accounts/o8/oauth2/token' 61 refresh_token, token_expiry, token_uri,
|
D | test_multistore_file.py | 98 token_uri = 'https://www.google.com/accounts/o8/oauth2/token' 103 refresh_token, token_expiry, token_uri,
|
D | test_flask_util.py | 50 def request(self, token_uri, method, body, headers, *args, **kwargs): argument
|
D | test_appengine.py | 88 def request(self, token_uri, method, body, headers, *args, **kwargs): argument
|
/external/python/oauth2client/scripts/ |
D | run_gce_system_tests.py | 44 token_uri = (GOOGLE_TOKEN_INFO_URI + '?' + 46 response, content = http.request(token_uri)
|
D | run_system_tests.py | 93 token_uri=oauth2client.GOOGLE_TOKEN_URI,
|
/external/python/oauth2client/oauth2client/contrib/ |
D | appengine.py | 529 token_uri=oauth2client.GOOGLE_TOKEN_URI, argument 595 self._token_uri = token_uri 673 auth_uri=self._auth_uri, token_uri=self._token_uri,
|
/external/python/oauth2client/ |
D | CHANGELOG.md | 25 * Added support to override `token_uri` and `revoke_uri` in `oauth2client.service_account.ServiceAc…
|