Hybrid Connection Config Response
data class HybridConnectionConfigResponse(val expirationTime: Double, val hybridConnectionName: String, val relay: String, val token: String)
Contains the REP (rendezvous endpoint) and “Sender” access token.
Constructors
Link copied to clipboard
fun HybridConnectionConfigResponse(expirationTime: Double, hybridConnectionName: String, relay: String, token: String)