Compartir a través de


HybridConnectionConfig interface

Contains the REP (rendezvous endpoint) and “Sender” access token.

Properties

expirationTime

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

hybridConnectionName

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

relay

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

token

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

Property Details

expirationTime

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

expirationTime?: number

Property Value

number

hybridConnectionName

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

hybridConnectionName?: string

Property Value

string

relay

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

relay?: string

Property Value

string

token

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

token?: string

Property Value

string