Home
last modified time | relevance | path

Searched refs:access_token_cache (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.py261 def __init__(self, cache_key_base, access_token_cache=None, argument
272 self.access_token_cache = access_token_cache or InMemoryTokenCache()
312 access_token = self.access_token_cache.GetToken(cache_key)
318 self.access_token_cache.PutToken(cache_key, access_token)
371 def __init__(self, client_id, access_token_cache=None, auth_uri=None, argument
379 access_token_cache=access_token_cache,
398 access_token_cache=None, auth_uri=None, token_uri=None, argument
417 access_token_cache=access_token_cache,
477 private_key_pkcs8_text, access_token_cache=None, auth_uri=None, argument
497 access_token_cache=access_token_cache,
[all …]
Doauth2_helper.py97 access_token_cache=token_cache, auth_uri=provider_authorization_uri,
109 access_token_cache=token_cache, auth_uri=provider_authorization_uri,
142 auth_uri=provider_authorization_uri, access_token_cache=token_cache,