Home
last modified time | relevance | path

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/
Dservice_account.py227 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/
Djwt.py431 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/
Dbase.py118 def from_service_account_file(cls, filename): member in FromServiceAccountMixin
/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/
Dabstract_operations_client.py138 def from_service_account_file(cls, filename: str, *args, **kwargs): member in AbstractOperationsClient