Home
last modified time | relevance | path

Searched refs:with_always_use_jwt_access (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/transports/
Dbase.py117 credentials = credentials.with_always_use_jwt_access(True)
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/
Dservice_account.py277 def with_always_use_jwt_access(self, always_use_jwt_access): member in Credentials
/aosp_15_r20/external/python/google-auth-library-python/tests/oauth2/
Dtest_service_account.py162 new_credentials = credentials.with_always_use_jwt_access(True)
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py594 credentials = credentials.with_always_use_jwt_access(always_use_jwt_access)