HybridConnectionConfig interface
Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
Properties
| expiration |
Timestamp when this token will be expired. |
| hybrid |
Name of the connection |
| relay | Name of the notification service. |
| token | Listener 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 notification service.
relay?: string
Property Value
string
token
Listener access token
token?: string
Property Value
string