Generate your own Twitch OAuth access token and refresh token with custom scopes and other useful tools.
Get Started How to UseEnsure you have set https://twitchtokentool.click in your Twitch app OAuth redirect URLs.
Provide your Twitch app Client ID and Client Secret to generate your access token and refresh token.
By default, access tokens don't include any scopes. If you want to have any specific scope included, you can configure scopes below:
Provide your refresh token which you received earlier to refresh your access token.
API:https://api.twitchtokentool.click/refresh/YOUR_REFRESH_TOKEN
Provide your access token to get information about it.
API:https://api.twitchtokentool.click/validate/YOUR_ACCESS_TOKEN
If you think your access token has been leaked or you just don't want to use your access token anymore, you can provide it here to revoke it.
API:https://api.twitchtokentool.click/revoke/YOUR_ACCESS_TOKEN