Correct.
And for that you don’t want to be using someones token generator.
As when the token dies they have to do it all over again.
You should build your own authentication flow to get both the user and refresh tokens.
So you can use the refresh token to get a new access token
Usually this flow