You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this, looks really cool, but I'm getting an error for .toString() because it's looking like the refresh token value is NOT found. here's the response I get for result.data.data data: { ts: 1607030431777, code: '1001', msg: '', data: {} }
I stepped up a level and console logged result but still only see the access token, not the refresh token.
Any idea how I can resolve this?
The text was updated successfully, but these errors were encountered:
Thanks for this, looks really cool, but I'm getting an error for .toString() because it's looking like the refresh token value is NOT found. here's the response I get for result.data.data data: { ts: 1607030431777, code: '1001', msg: '', data: {} }
I stepped up a level and console logged result but still only see the access token, not the refresh token.
Any idea how I can resolve this?
The text was updated successfully, but these errors were encountered: