Searched defs:from_service_account_file (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/ |
D | service_account.py | 227 def from_service_account_file(cls, filename, **kwargs): member in Credentials 582 def from_service_account_file(cls, filename, **kwargs): member in IDTokenCredentials
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/ |
D | jwt.py | 431 def from_service_account_file(cls, filename, **kwargs): member in Credentials 668 def from_service_account_file(cls, filename, **kwargs): member in OnDemandCredentials
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/crypt/ |
D | base.py | 118 def from_service_account_file(cls, filename): member in FromServiceAccountMixin
|
/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/ |
D | abstract_operations_client.py | 138 def from_service_account_file(cls, filename: str, *args, **kwargs): member in AbstractOperationsClient
|