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

Method getPayload

impl/src/main/java/io/jsonwebtoken/impl/DefaultJwt.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public P getPayload() {
47 return this.payload;
48 }
49
50 protected StringBuilder toStringBuilder() {
51 StringBuilder sb = new StringBuilder(100);

Callers 1

getBodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected