这部分信息怎么填写?我java代码是这么写的
Algorithm al = Algorithm.HMAC256(SECRET_KEY); String token = JWT.create() .withIssuer(ISS) .withSubject(company) .withClaim(platform, authDto.getPlatform()) .withClaim(companyId, authDto.getCompanyId()) .withExpiresAt(expiredIn)// .withIssuedAt(now) .sign(al); return token;
其中 secret_key是
sdfljsdflsfwefwer4ofhir2h3r
能帮我填写一下,或者有文档吗