Checks whether the given access token is expired.
The access token to evaluate.
A boolean indicating whether the token has expired (true) or not (false).
true
false
To handle potential latency issues between the API and the client, this function applies a one-minute grace period when determining expiry.
Checks whether the given access token is expired.