Extension viewer Session Token
From: https://github.com/twitchdev/issues/issues/51
Brief description
https://dev.twitch.tv/docs/extensions/reference#helper-viewer
documentation wrong:
sessionToken
Twitch.ext.viewer.isLinked: string
The encoded JWT. This is the same as the token property of the authData parameter that currently gets passed to the onAuthorized callback.
Expected documentation
sessionToken
Twitch.ext.viewer.sessionToken: string
The encoded JWT. This is the same as the token property of the authData parameter that currently gets passed to the onAuthorized callback.
3
votes

Corrected for today’s deployment