Because Nakama caches the username and doesn’t update the cache when you change it (is this a bug?) I wanted to call SessionRefreshAsync() to fix the cache, but when I do this call, I keep getting an API Response Exception: “Refresh Token is required”. What could I be doing wrong?
Also, as this function isn’t documented yet (?) should your store this refreshed token after the call, I guess you need to do that as JWT includes the expire time?
Thanks!