securityContext property

SecurityContext? securityContext
final

The TLS context (server certificate chain + private key). Exactly one of securityContext or tlsDirectory must be set: the Hub only speaks wss, so there is no insecure mode.

Implementation

final SecurityContext? securityContext;