Getting user info using their refresh token

No

The validate endpoint takes a Access Token
Tells you if it’s valid and the user it’s for

The users endpoint if you omit the userID and Login will give you the user the token is for

This Twitch Implicit Auth Example is an implict auth example that will demonstrate how to get a user from a token