Yes
And you can probably just use implict auth heres an example
https://barrycarlyon.github.io/twitch_misc/authentication/implicit_auth/
You’ll get back a token to use with the API to ID the user.
Or you would use OIDC auth instead:
see this node example for an example work flow