Home
last modified time | relevance | path

Searched refs:creds_cache_file (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/internal/lib/
Dauth.py147 def _CreateOauthUserCreds(creds_cache_file, client_id, client_secret, argument
169 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,
/tools/acloud/public/
Dconfig.py111 self.creds_cache_file = internal_cfg.creds_cache_file
Dconfig_test.py202 self.assertEqual(cfg.creds_cache_file, ".fake_oauth2.dat")
/tools/acloud/public/data/
Ddefault.config8 creds_cache_file: ".acloud_oauth2.dat"
/tools/acloud/internal/proto/
Dinternal_config.proto88 optional string creds_cache_file = 13; field