Home
last modified time | relevance | path

Searched refs:SERVICE_ACCOUNT_JSON_FILE (Results 1 – 10 of 10) sorted by relevance

/external/python/google-auth-library-python/tests/
Dtest__service_account_info.py26 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
28 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
56 info, signer = _service_account_info.from_filename(SERVICE_ACCOUNT_JSON_FILE)
Dtest__oauth2client.py30 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
57 old_credentials = old_class.from_json_keyfile_name(SERVICE_ACCOUNT_JSON_FILE)
72 old_credentials = old_class.from_json_keyfile_name(SERVICE_ACCOUNT_JSON_FILE)
Dtest_jwt.py46 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
48 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
337 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
369 SERVICE_ACCOUNT_JSON_FILE, audience=self.AUDIENCE
381 SERVICE_ACCOUNT_JSON_FILE,
517 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
542 SERVICE_ACCOUNT_JSON_FILE
553 SERVICE_ACCOUNT_JSON_FILE,
Dtest_impersonated_credentials.py37 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
49 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
/external/python/google-auth-library-python/tests_async/
Dtest_jwt_async.py49 with open(test_jwt.SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
81 test_jwt.SERVICE_ACCOUNT_JSON_FILE, audience=self.AUDIENCE
93 test_jwt.SERVICE_ACCOUNT_JSON_FILE,
224 with open(test_jwt.SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
249 test_jwt.SERVICE_ACCOUNT_JSON_FILE
260 test_jwt.SERVICE_ACCOUNT_JSON_FILE,
/external/python/google-auth-library-python/tests/crypt/
Dtest_es256.py46 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "es256_service_account.json") variable
48 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
140 signer = es256.ES256Signer.from_service_account_file(SERVICE_ACCOUNT_JSON_FILE)
Dtest__cryptography_rsa.py56 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
58 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
157 SERVICE_ACCOUNT_JSON_FILE
Dtest__python_rsa.py59 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
61 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
189 SERVICE_ACCOUNT_JSON_FILE
/external/python/google-auth-library-python/tests/oauth2/
Dtest_service_account.py39 SERVICE_ACCOUNT_JSON_FILE = os.path.join(DATA_DIR, "service_account.json") variable
41 with open(SERVICE_ACCOUNT_JSON_FILE, "r") as fh:
88 SERVICE_ACCOUNT_JSON_FILE
103 SERVICE_ACCOUNT_JSON_FILE,
429 SERVICE_ACCOUNT_JSON_FILE, target_audience=self.TARGET_AUDIENCE
/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_service_account_async.py78 test_service_account.SERVICE_ACCOUNT_JSON_FILE
93 test_service_account.SERVICE_ACCOUNT_JSON_FILE,
271 test_service_account.SERVICE_ACCOUNT_JSON_FILE,