VideoContentToken interface
"Video content token grants access to the video content URLs."
Properties
expiration |
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. |
token | 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. |
Property Details
expirationDate
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.
expirationDate?: Date
Property Value
Date
token
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.
token?: string
Property Value
string
Azure SDK for JavaScript