GetLiveTokenResult

data class GetLiveTokenResult(val liveToken: String)

The response to a live token query.

Constructors

Link copied to clipboard
constructor(liveToken: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

JWT token for accessing live metrics stream data.