INPUT_OBJECT

LinkTwitchAccountInput

Information to create a link between an Amazon account and a Twitch account. Provide either JWT token or OAuth token, if they both provided, we take OAuth token.

link GraphQL Schema definition

1input LinkTwitchAccountInput {
5
2# Authorization token representing a Twitch account, generated by the
3# twitchUserAuthToken query. This is JWT token.
4authToken: String
8
6# Twitch OAuth token.
7oAuthToken: String
9}

link Required by