Definition
getTokenInfo(accessToken, clientId)
asyncGets information about an access token.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
accessToken | string | none | The access token to get the information of. | |
clientId | string | none | The client ID of your application. You need to obtain one using one of the Twitch OAuth flows. |
Return type: TokenInfo