HybridConnectionConfigResponse

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
constructor(expirationTime: Double, hybridConnectionName: String, relay: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when this token will be expired.

Link copied to clipboard

Name of the connection

Link copied to clipboard

Name of the relay.

Link copied to clipboard

Sender access token