Checks whether the token has expired.
Compares the exp claim against the current system time. If exp is null (no expiration set), returns false (token never expires).
true if the current time is after the expiration time, false otherwise