Home
last modified time | relevance | path

Searched refs:IDTokenCredentials (Results 1 – 17 of 17) sorted by relevance

/external/python/google-auth-library-python/tests/compute_engine/
Dtest_credentials.py199 self.credentials = credentials.IDTokenCredentials(
227 self.credentials = credentials.IDTokenCredentials(
257 self.credentials = credentials.IDTokenCredentials(
292 self.credentials = credentials.IDTokenCredentials(
318 self.credentials = credentials.IDTokenCredentials(
326 self.credentials = credentials.IDTokenCredentials(
348 self.credentials = credentials.IDTokenCredentials(
435 self.credentials = credentials.IDTokenCredentials(
460 self.credentials = credentials.IDTokenCredentials(
549 self.credentials = credentials.IDTokenCredentials(
[all …]
/external/python/google-auth-library-python/google/oauth2/
D_service_account_async.py79 class IDTokenCredentials( class
80 service_account.IDTokenCredentials,
Did_token.py268 return service_account.IDTokenCredentials.from_service_account_info(
289 return compute_engine.IDTokenCredentials(
D_id_token_async.py257 credentials = service_account.IDTokenCredentials.from_service_account_info(
277 credentials = compute_engine.IDTokenCredentials(
Dservice_account.py458 class IDTokenCredentials(credentials.Signing, credentials.CredentialsWithQuotaProject): class
528 super(IDTokenCredentials, self).__init__()
/external/python/google-auth-library-python/tests/
Dtest_impersonated_credentials.py418 id_creds = impersonated_credentials.IDTokenCredentials(
447 id_creds = impersonated_credentials.IDTokenCredentials(
477 id_creds = impersonated_credentials.IDTokenCredentials(
493 impersonated_credentials.IDTokenCredentials(credentials)
518 id_creds = impersonated_credentials.IDTokenCredentials(
547 id_creds = impersonated_credentials.IDTokenCredentials(
/external/python/google-auth-library-python/google/auth/compute_engine/
D__init__.py18 from google.auth.compute_engine.credentials import IDTokenCredentials
Dcredentials.py157 class IDTokenCredentials(credentials.CredentialsWithQuotaProject, credentials.Signing): class
212 super(IDTokenCredentials, self).__init__()
/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_service_account_async.py240 return service_account.IDTokenCredentials(
248 credentials = service_account.IDTokenCredentials.from_service_account_info(
270 credentials = service_account.IDTokenCredentials.from_service_account_file(
Dtest_id_token.py219 google.auth.compute_engine.IDTokenCredentials,
238 _service_account_async.IDTokenCredentials, "refresh", mock_refresh
/external/python/google-auth-library-python/google/auth/
Dimpersonated_credentials.py325 class IDTokenCredentials(credentials.CredentialsWithQuotaProject): class
346 super(IDTokenCredentials, self).__init__()
/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dtest_compute_engine.py60 credentials = compute_engine.IDTokenCredentials(
Dtest_external_accounts.py92 result = service_account.IDTokenCredentials.from_service_account_file(
/external/python/google-auth-library-python/tests/oauth2/
Dtest_service_account.py411 return service_account.IDTokenCredentials(
416 credentials = service_account.IDTokenCredentials.from_service_account_info(
428 credentials = service_account.IDTokenCredentials.from_service_account_file(
Dtest_id_token.py238 assert isinstance(cred, service_account.IDTokenCredentials)
/external/python/google-auth-library-python/docs/
Duser-guide.rst567 creds = service_account.IDTokenCredentials.from_service_account_file(
580 creds = compute_engine.IDTokenCredentials(request,
591 creds = impersonated_credentials.IDTokenCredentials(
636 creds = service_account.IDTokenCredentials.from_service_account_file(
/external/python/google-auth-library-python/
DCHANGELOG.md726 - Add compute engine-based IDTokenCredentials ([#236](https://github.com/googleapis/google-auth-lib…
744 - Added `google.oauth2.service_account.IDTokenCredentials`. ([#234](https://github.com/googleapis/g…