HybridConnectionConfig interface
Contains the REP (rendezvous endpoint) and “Sender” access token.
Properties
| expiration |
Timestamp when this token will be expired. |
| hybrid |
Name of the connection |
| relay | Name of the relay. |
| relay |
TenantID of the relay |
| relay |
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