Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/
Dservice_account.py103 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 …]
Dclient.py471 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/
Dtest_service_account.py99 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 …]
Dtest_file.py68 token_uri = 'https://www.google.com/accounts/o8/oauth2/token'
73 refresh_token, token_expiry, token_uri,
Dtest_client.py291 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/
Dtest_sqlalchemy.py51 token_uri=oauth2client.GOOGLE_TOKEN_URI,
66 self.assertEqual(result.token_uri, self.credentials.token_uri)
Dtest_multiprocess_file_storage.py56 token_uri = 'https://www.google.com/accounts/o8/oauth2/token'
61 refresh_token, token_expiry, token_uri,
Dtest_multistore_file.py98 token_uri = 'https://www.google.com/accounts/o8/oauth2/token'
103 refresh_token, token_expiry, token_uri,
Dtest_flask_util.py50 def request(self, token_uri, method, body, headers, *args, **kwargs): argument
Dtest_appengine.py88 def request(self, token_uri, method, body, headers, *args, **kwargs): argument
/external/python/oauth2client/scripts/
Drun_gce_system_tests.py44 token_uri = (GOOGLE_TOKEN_INFO_URI + '?' +
46 response, content = http.request(token_uri)
Drun_system_tests.py93 token_uri=oauth2client.GOOGLE_TOKEN_URI,
/external/python/oauth2client/oauth2client/contrib/
Dappengine.py529 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/
DCHANGELOG.md25 * Added support to override `token_uri` and `revoke_uri` in `oauth2client.service_account.ServiceAc…