MCPcopy Create free account
hub / github.com/jwtk/jjwt / onUnsecuredClaims

Method onUnsecuredClaims

api/src/main/java/io/jsonwebtoken/Jwt.java:51–51  ·  view source on GitHub ↗
(Jwt<Header, Claims> jwt)

Source from the content-addressed store, hash-verified

49 @SuppressWarnings("UnnecessaryModifier")
50 public static final JwtVisitor<Jwt<Header, Claims>> UNSECURED_CLAIMS = new SupportedJwtVisitor<Jwt<Header, Claims>>() {
51 @Override
52 public Jwt<Header, Claims> onUnsecuredClaims(Jwt<Header, Claims> jwt) {
53 return jwt;
54 }

Callers 1

onClaimsJwtMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected