Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HybridConnectionConfig

Package version

Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).

Hierarchy

  • HybridConnectionConfig

Index

Properties

Optional expirationTime

expirationTime: undefined | number

Timestamp when this token will be expired. NOTE: This property will not be serialized. It can only be populated by the server.

Optional hybridConnectionName

hybridConnectionName: undefined | string

Name of the connection NOTE: This property will not be serialized. It can only be populated by the server.

Optional relay

relay: undefined | string

Name of the notification service. NOTE: This property will not be serialized. It can only be populated by the server.

Optional token

token: undefined | string

Listener access token NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc