List all tokens and revoke

Hi,

I have created several tokens via https://id.twitch.tv/oauth2/token API.
Is there a way to list all created tokens, so that I can invalidate the ones that I don’t need?
The “expires_in” is around 5300000 seconds, thats more than two month.

Greetings KitaSeven

no there is no “listing” API

If you didn’t store them then no one has them so theres no need to do this

Thats the length for implict auth (around 2 months)

You could remoke the application all together from settings/connections but that’ll kill all the tokens, then remake the one you want.

But really theres no reason to go and revoke what you didn’t store.

Thank you for the clarification. :grin:

Greetings KitaSeven