Home
last modified time | relevance | path

Searched refs:AccessTokenRefreshError (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dgce.py27 from oauth2client.client import AccessTokenRefreshError
88 raise AccessTokenRefreshError(str(e))
94 raise AccessTokenRefreshError(content)
Dappengine.py44 from oauth2client.client import AccessTokenRefreshError
196 raise AccessTokenRefreshError(str(e))
732 except AccessTokenRefreshError:
Dclient.py119 class AccessTokenRefreshError(Error): class
834 raise AccessTokenRefreshError(error_msg)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_gce.py28 from oauth2client.client import AccessTokenRefreshError
59 self.assertRaises(AccessTokenRefreshError, c.refresh, http)
Dtest_appengine.py61 from oauth2client.client import AccessTokenRefreshError
164 self.assertRaises(AccessTokenRefreshError, credentials.refresh, http)
Dtest_oauth2client.py45 from oauth2client.client import AccessTokenRefreshError
608 except AccessTokenRefreshError:
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py52 from oauth2client.client import AccessTokenRefreshError
602 except AccessTokenRefreshError, e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
DCHANGELOG.md102 * Improve error messages in `AccessTokenRefreshError` (#53, thanks