Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VideoContentToken

Package version

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

Hierarchy

  • VideoContentToken

Index

Properties

Properties

Optional expirationDate

expirationDate: Date

The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z). NOTE: This property will not be serialized. It can only be populated by the server.

Optional token

token: undefined | string

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. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc