Searched refs:creds_cache_file (Results 1 – 4 of 4) sorted by relevance
148 def _CreateOauthUserCreds(creds_cache_file, client_id, client_secret, argument170 filename=os.path.abspath(creds_cache_file),210 creds_cache_file = os.path.join(HOME_FOLDER,211 acloud_config.creds_cache_file)213 creds_cache_file=creds_cache_file,
8 creds_cache_file: ".acloud_oauth2.dat"
206 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
90 optional string creds_cache_file = 13; field