OBJECT

PlaybackAccessToken

Access token that determines playback experience for a video.

link GraphQL Schema definition

1type PlaybackAccessToken {
2
3# The signature of the token.
4signature: String!
5
6# Token that encodes information about the user's access to a video.
7value: String!
8
9}