Home
last modified time | relevance | path

Searched refs:CredentialsWithQuotaProject (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/google-auth-library-python/google/auth/
Dimpersonated_credentials.py123 class Credentials(credentials.CredentialsWithQuotaProject, credentials.Signing):
312 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
325 class IDTokenCredentials(credentials.CredentialsWithQuotaProject):
381 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
D_credentials_async.py73 class CredentialsWithQuotaProject(credentials.CredentialsWithQuotaProject): class
Djwt.py304 google.auth.credentials.Signing, google.auth.credentials.CredentialsWithQuotaProject
510 @_helpers.copy_docstring(google.auth.credentials.CredentialsWithQuotaProject)
572 google.auth.credentials.Signing, google.auth.credentials.CredentialsWithQuotaProject
739 @_helpers.copy_docstring(google.auth.credentials.CredentialsWithQuotaProject)
Dapp_engine.py81 credentials.Scoped, credentials.Signing, credentials.CredentialsWithQuotaProject
159 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
Ddownscoped.py425 class Credentials(credentials.CredentialsWithQuotaProject):
495 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
Dexternal_account.py56 class Credentials(credentials.Scoped, credentials.CredentialsWithQuotaProject):
347 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
Dcredentials.py137 class CredentialsWithQuotaProject(Credentials): class
/aosp_15_r20/external/python/google-auth-library-python/google/auth/compute_engine/
Dcredentials.py35 class Credentials(credentials.Scoped, credentials.CredentialsWithQuotaProject):
132 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
157 class IDTokenCredentials(credentials.CredentialsWithQuotaProject, credentials.Signing):
281 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/
Dcredentials.py51 class Credentials(credentials.ReadOnlyScoped, credentials.CredentialsWithQuotaProject):
240 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
439 class UserAccessTokenCredentials(credentials.CredentialsWithQuotaProject):
469 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
Dservice_account.py87 credentials.Signing, credentials.Scoped, credentials.CredentialsWithQuotaProject
351 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
458 class IDTokenCredentials(credentials.Signing, credentials.CredentialsWithQuotaProject):
619 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dgrpc_helpers.py241 credentials, google.auth.credentials.CredentialsWithQuotaProject
/aosp_15_r20/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py31 MOCK_CREDENTIALS = mock.Mock(spec=credentials.CredentialsWithQuotaProject)
/aosp_15_r20/external/python/python-api-core/tests/asyncio/
Dtest_grpc_helpers_async.py476 google.auth.credentials.CredentialsWithQuotaProject, instance=True
/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest__default.py130 MOCK_CREDENTIALS = mock.Mock(spec=credentials.CredentialsWithQuotaProject)
/aosp_15_r20/external/python/python-api-core/tests/unit/
Dtest_grpc_helpers.py575 google.auth.credentials.CredentialsWithQuotaProject, instance=True