jwtHasNotExpired property

bool jwtHasNotExpired

Implementation

bool get jwtHasNotExpired => DateTime.now().isBefore(expirationDate);