Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py263 token_uri=None, disable_ssl_certificate_validation=False, argument
269 self.token_uri = token_uri
372 token_uri=None, datetime_strategy=datetime.datetime, argument
378 cache_key_base=client_id, auth_uri=auth_uri, token_uri=token_uri,
398 access_token_cache=None, auth_uri=None, token_uri=None, argument
416 client_id, auth_uri=auth_uri, token_uri=token_uri,
478 token_uri=None, datetime_strategy=datetime.datetime, argument
496 client_id, auth_uri=auth_uri, token_uri=token_uri,
535 def __init__(self, token_uri, client_id, client_secret, refresh_token, argument
565 cache_key_base=refresh_token, auth_uri=auth_uri, token_uri=token_uri,
[all …]
Doauth2_helper.py98 token_uri=provider_token_uri,
110 token_uri=provider_token_uri,
156 token_uri=client.token_uri, redirect_uri=OOB_REDIRECT_URI)
Dtest_oauth2_client.py54 def __init__(self, client_id, private_key, password, auth_uri, token_uri, argument
58 token_uri=token_uri, datetime_strategy=datetime_strategy,
76 def __init__(self, token_uri, client_id, client_secret, refresh_token, argument
79 token_uri, client_id, client_secret, refresh_token, auth_uri=auth_uri,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dservice_account.py42 token_uri=GOOGLE_TOKEN_URI, revoke_uri=GOOGLE_REVOKE_URI, argument
46 None, user_agent=user_agent, token_uri=token_uri, revoke_uri=revoke_uri)
55 self._token_uri = token_uri
120 token_uri=self._token_uri,
Dclient.py460 token_expiry, token_uri, user_agent, revoke_uri=None, argument
494 self.token_uri = token_uri
800 self.token_uri, method='POST', body=body, headers=headers)
1039 token_expiry, token_uri, user_agent, argument
1061 token_uri, user_agent, revoke_uri=revoke_uri)
1351 token_uri=GOOGLE_TOKEN_URI,
1400 token_uri=GOOGLE_TOKEN_URI, argument
1419 token_uri,
1482 token_uri=GOOGLE_TOKEN_URI, argument
1508 token_uri=token_uri,
[all …]
Dappengine.py624 token_uri=GOOGLE_TOKEN_URI, argument
680 self._token_uri = token_uri
757 token_uri=self._token_uri,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
Drun_system_tests.py91 token_uri=client.GOOGLE_TOKEN_URI,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_file.py74 token_uri = 'https://www.google.com/accounts/o8/oauth2/token'
79 refresh_token, token_expiry, token_uri,
Dtest_oauth2client.py204 self.assertEqual(GOOGLE_TOKEN_URI, credentials.token_uri)
661 token_uri = str(GOOGLE_TOKEN_URI)
665 refresh_token, token_expiry, token_uri,
692 token_uri = str(GOOGLE_TOKEN_URI)
696 refresh_token, token_expiry, token_uri,
Dtest_appengine.py122 def request(self, token_uri, method, body, headers, *args, **kwargs): argument