Determines if enough time has passed since the JWT was issued to start refreshing the session.
Visually, this check looks like this:
I====R===========E
iat
=
true
When the JWT was issued (iat claim).
Optional
The current time.
How long after JWT issuance before refreshing is available.
Determines if enough time has passed since the JWT was issued to start refreshing the session.
Visually, this check looks like this:
iatclaim)=between R and E = the time frame in which the return value istrue.