Home
last modified time | relevance | path

Searched refs:InMemoryTokenCache (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py121 class InMemoryTokenCache(TokenCache): class
129 super(InMemoryTokenCache, self).__init__()
272 self.access_token_cache = access_token_cache or InMemoryTokenCache()
627 access_token_cache=InMemoryTokenCache())
Doauth2_helper.py52 token_cache = oauth2_client.InMemoryTokenCache()