HomeSort by relevance Sort by last modified time
    Searched refs:get_access_token (Results 1 - 13 of 13) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/
devices.py 111 access_token = common_util.get_access_token()
138 access_token = common_util.get_access_token()
174 access_token = common_util.get_access_token()
common_util.py 30 def get_access_token(): function
oauth.py 41 access_token = common_util.get_access_token()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_service_account.py 105 token = self.credentials.get_access_token(http=http)
111 token = self.credentials.get_access_token(http=http)
120 token = self.credentials.get_access_token(http=http)
test_gce.py 91 token = credentials.get_access_token(http=http)
test_appengine.py 201 with mock.patch.object(app_identity, 'get_access_token',
203 autospec=True) as get_access_token:
211 get_access_token.assert_called_once_with(
238 token = credentials.get_access_token()
test_oauth2client.py 727 token = self.credentials.get_access_token(http=http)
733 token = self.credentials.get_access_token(http=http)
742 token = self.credentials.get_access_token(http=http)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
authenticator.py 178 token.get_access_token(access_code)
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
common.py 27 'get_access_token',
93 def get_access_token(): function
storage_api.py 62 if common.local_run() and not common.get_access_token():
64 if common.get_access_token():
65 api.token = common.get_access_token()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 402 token, _ = app_identity.get_access_token(self._scopes)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 193 (token, _) = app_identity.get_access_token(
    [all...]
client.py 674 def get_access_token(self, http=None): member in class:OAuth2Credentials
    [all...]

Completed in 929 milliseconds