Wether this Token expires in the next 60 seconds.
@override bool get isExpiring => expiresAt - DateTime.now().millisecondsSinceEpoch ~/ 1000 < 60;