ListVideoStreamingTokenResult

data class ListVideoStreamingTokenResult(val expirationDate: String, val token: String)

Video streaming token grants access to the video streaming URLs which can be used by an compatible HLS or DASH player.

Constructors

Link copied to clipboard
constructor(expirationDate: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The streaming token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).

Link copied to clipboard

The streaming token value to be added to the video streaming URL as the value for a "token" query string parameter. The token is specific to a single video.