Searched refs:cache_key_base (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_client.py | 261 def __init__(self, cache_key_base, access_token_cache=None, argument 270 self.cache_key_base = cache_key_base 335 h.update(self.cache_key_base) 378 cache_key_base=client_id, auth_uri=auth_uri, token_uri=token_uri, 565 cache_key_base=refresh_token, auth_uri=auth_uri, token_uri=token_uri, 625 cache_key_base='',
|