Home
last modified time | relevance | path

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

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