Searched refs:CredentialsWithQuotaProject (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/python/google-auth-library-python/google/auth/ |
D | impersonated_credentials.py | 123 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.py | 73 class CredentialsWithQuotaProject(credentials.CredentialsWithQuotaProject): class
|
D | jwt.py | 304 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)
|
D | app_engine.py | 81 credentials.Scoped, credentials.Signing, credentials.CredentialsWithQuotaProject 159 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
|
D | downscoped.py | 425 class Credentials(credentials.CredentialsWithQuotaProject): 495 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
|
D | external_account.py | 56 class Credentials(credentials.Scoped, credentials.CredentialsWithQuotaProject): 347 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
|
D | credentials.py | 137 class CredentialsWithQuotaProject(Credentials): class
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/compute_engine/ |
D | credentials.py | 35 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/ |
D | credentials.py | 51 class Credentials(credentials.ReadOnlyScoped, credentials.CredentialsWithQuotaProject): 240 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject) 439 class UserAccessTokenCredentials(credentials.CredentialsWithQuotaProject): 469 @_helpers.copy_docstring(credentials.CredentialsWithQuotaProject)
|
D | service_account.py | 87 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/ |
D | grpc_helpers.py | 241 credentials, google.auth.credentials.CredentialsWithQuotaProject
|
/aosp_15_r20/external/python/google-auth-library-python/tests_async/ |
D | test__default_async.py | 31 MOCK_CREDENTIALS = mock.Mock(spec=credentials.CredentialsWithQuotaProject)
|
/aosp_15_r20/external/python/python-api-core/tests/asyncio/ |
D | test_grpc_helpers_async.py | 476 google.auth.credentials.CredentialsWithQuotaProject, instance=True
|
/aosp_15_r20/external/python/google-auth-library-python/tests/ |
D | test__default.py | 130 MOCK_CREDENTIALS = mock.Mock(spec=credentials.CredentialsWithQuotaProject)
|
/aosp_15_r20/external/python/python-api-core/tests/unit/ |
D | test_grpc_helpers.py | 575 google.auth.credentials.CredentialsWithQuotaProject, instance=True
|