Method for getting Claims from token
public Claims getJwtClaims(String jwtToken) { Claims claims = null; try { Jwts.parserBuilder().setSigni