Home
last modified time | relevance | path

Searched refs:client_cert_source (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/python-api-core/google/api_core/
Dclient_options.py79 client_cert_source=None, argument
85 if client_cert_source and client_encrypted_cert_source:
90 self.client_cert_source = client_cert_source
/aosp_15_r20/external/python/python-api-core/tests/unit/
Dtest_client_options.py32 client_cert_source=get_client_cert,
42 assert options.client_cert_source() == (b"cert", b"key")
70 client_cert_source=get_client_cert,
90 assert options.client_cert_source() == (b"cert", b"key")
/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/
Dabstract_operations_client.py284 if client_options.client_cert_source:
286 client_cert_source_func = client_options.client_cert_source
/aosp_15_r20/external/python/python-api-core/tests/unit/operations_v1/
Dtest_operations_rest_client.py305 client_cert_source=client_cert_source_callback
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py614 if client_options and client_options.client_cert_source:
/aosp_15_r20/external/python/python-api-core/
DCHANGELOG.md335 * **api-core:** add client_cert_source to ClientOptions ([#17](https://www.github.com/googleapis/py…
/aosp_15_r20/external/python/python-api-core/docs/
Dchangelog.md335 * **api-core:** add client_cert_source to ClientOptions ([#17](https://www.github.com/googleapis/py…