INPUT_OBJECT

TwitchOAuthState

Additional validation information passed to/returned from the Twitch OAuth flow.

link GraphQL Schema definition

1input TwitchOAuthState {
4
2# The user's CSRF token.
3csrfToken: String!
5}

link Required by