MCPcopy Index your code
hub / github.com/auth0/java-jwt / getId

Method getId

lib/src/main/java/com/auth0/jwt/JWTDecoder.java:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 }
121
122 @Override
123 public String getId() {
124 return payload.getId();
125 }
126
127 @Override
128 public Claim getClaim(String name) {

Callers

nothing calls this directly

Calls 1

getIdMethod · 0.65

Tested by

no test coverage detected