isJwtTokenValid method

bool isJwtTokenValid()

Implementation

bool isJwtTokenValid() {
  return _isTokenValid(_token);
}