Hey, It seems the refresh token part is disabled in the example? Can someone help me get this working or show what's needed? Very confused, and hoping someone can assist me.
In addition, you have to change this line of code too, and make sure that grantType === 'refresh_token' too (using an or-statement or w/e you want). Once you make those two changes the token refresh will work. I just confirmed.
Hey, It seems the refresh token part is disabled in the example? Can someone help me get this working or show what's needed? Very confused, and hoping someone can assist me.