Tell us about your feature request
Right now twitch token has the ability to revoke, such as:
twitch token --client-id CLIENT_ID --revoke OAUTH_TOKEN
In a similar fashion, we should have a way to validate tokens:
twitch token --validate OAUTH_TOKEN
This would return information similar to Barry's Token Checker, which uses the /oauth2/validate endpoint.
Disclaimer
Tell us about your feature request
Right now
twitch tokenhas the ability to revoke, such as:In a similar fashion, we should have a way to validate tokens:
This would return information similar to Barry's Token Checker, which uses the /oauth2/validate endpoint.
Disclaimer