HybridConnectionConfig interface

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

Properties

expirationTime

Timestamp when this token will be expired.

hybridConnectionName

Name of the connection

relay

Name of the relay.

relayTid

TenantID of the relay

relayType

Type of relay

token

Sender access token

Property Details

expirationTime

Timestamp when this token will be expired.

expirationTime?: number

Property Value

number

hybridConnectionName

Name of the connection

hybridConnectionName?: string

Property Value

string

relay

Name of the relay.

relay?: string

Property Value

string

relayTid

TenantID of the relay

relayTid?: string

Property Value

string

relayType

Type of relay

relayType?: string

Property Value

string

token

Sender access token

token?: string

Property Value

string