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