static bool isExpired(Token? token) { return token?.expireTimeStamp?.isBefore(DateTime.now().toUtc()) ?? true; }