Searched refs:creds_cache_file (Results 1 – 5 of 5) sorted by relevance
147 def _CreateOauthUserCreds(creds_cache_file, client_id, client_secret, argument169 filename=os.path.abspath(creds_cache_file),209 creds_cache_file = os.path.join(HOME_FOLDER,210 acloud_config.creds_cache_file)212 creds_cache_file=creds_cache_file,
111 self.creds_cache_file = internal_cfg.creds_cache_file
202 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
8 creds_cache_file: ".acloud_oauth2.dat"
88 optional string creds_cache_file = 13; field