Function isAccessTokenExpired

  • Checks whether the given access token is expired.

    Parameters

    Returns boolean

    A boolean indicating whether the token has expired (true) or not (false).

    To handle potential latency issues between the API and the client, this function applies a one-minute grace period when determining expiry.