INPUT_OBJECT

PlaybackAccessTokenParams

Optional parameters to pass in when fetching a playback access token.

link GraphQL Schema definition

1input PlaybackAccessTokenParams {
4
2# If the video should not be loaded over HTTPS.
3disableHTTPS: Boolean
7
5# If the user has adblock enabled.
6hasAdblock: Boolean
10
8# The platform the user is watching the video on.
9platform: String!
13
11# The player backend being used to serve video.
12playerBackend: String
16
14# The type of player the user is watching from.
15playerType: String!
17}