Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebSocketClientTransportOptions

Options that can be used with WebSocketClientTransport.

Hierarchy

  • WebSocketClientTransportOptions

Index

Properties

authentication

authentication: readonly AuthProvider[]

Authentication providers to use for this transport.

url

url: string

The URL to the websocket.

Optional webSocketFactory

webSocketFactory?: WebSocketFactory

Factory used to create a WebSocket.

Generated using TypeDoc