Home
last modified time | relevance | path

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

/external/python/oauth2client/tests/contrib/
Dtest_gce.py150 client.save_to_well_known_file(credentials)
Dtest_devshell.py254 client.save_to_well_known_file(creds)
Dtest_appengine.py271 client.save_to_well_known_file(credentials)
/external/python/oauth2client/tests/
Dtest_client.py510 client.save_to_well_known_file(credentials, temp_credential_file)
527 client.save_to_well_known_file(credentials)
548 client.save_to_well_known_file(credentials, temp_credential_file)
/external/python/oauth2client/oauth2client/
Dclient.py1335 def save_to_well_known_file(credentials, well_known_file=None): function