String token = Jwts.builder().setClaims(claims).signWith(secretKey).compact(); System.out.printf("JWT HS256 token: %s\n", token);
確定! 回上一頁