OBJECT

SSOLink

A link between a single sign-on (SSO) app and a Twitch account. SSO apps are the Twitch apps on console and smart TV.

link GraphQL Schema definition

1type SSOLink {
2
3# The name of the SSO app that is linked to the authenticated user's Twitch
4# account.
5app: String
6
7# The identifier of the device or user account on XboxLive, PSN, etc.
8# that is linked to the authenticated user's Twitch account.
9ssoID: String
10
11}