I am using React SDK.
This is provided code from tutorial. Each time I get token, it is new (every time new iat). Is it correct behaviour? Each time I need to wait extra time (communication between authorization server and my app). I though that token is being cached in memory and I can use it until its expiration, and when it is expires, i get new using refresh token.