ListVideoContentTokenResult

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

"Video content token grants access to the video content URLs."

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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