class documentation
class ClientConfigTLS: (source)
TLS configuration as specified as part of client configuration
Warning
Experimental API.
Static Method | from |
Create a ClientConfigTLS from a dictionary. |
Method | to |
Create a temporalio.service.TLSConfig from this profile. |
Method | to |
Convert to a dictionary that can be used for TOML serialization. |
Class Variable | client |
Client certificate source. |
Class Variable | client |
Client key source. |
Class Variable | disabled |
If true, TLS is explicitly disabled. |
Class Variable | server |
SNI override. |
Class Variable | server |
Server CA certificate source. |