Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectRequest

Package version

Request for the connect event.

Hierarchy

  • ConnectRequest

Index

Properties

Optional claims

claims: Record<string, string[]>

The claims that the client WebSocket connection has when it connects.

Optional clientCertificates

clientCertificates: Certificate[]

The client certificate info that the client WebSocket connection uses to connect.

context

The context of current CloudEvents request.

Optional queries

queries: Record<string, string[]>

The queries that the client WebSocket connection has when it connects.

Optional subprotocols

subprotocols: string[]

The subprotocols that the client WebSocket connection uses to do handshake.

Generated using TypeDoc