ClientOptions

@Serializable
data class ClientOptions(val proxyOptions: ProxyOptions? = null)

Client options to be used in the client instantiation.

Constructors

Link copied to clipboard
constructor(proxyOptions: ProxyOptions? = null)

Properties

Link copied to clipboard

Proxy configuration to be used in the client.