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

Method getId

lib/src/main/java/com/auth0/jwt/interfaces/Payload.java:87–87  ·  view source on GitHub ↗

Get the value of the "jti" claim, or null if it's not available. @return the JWT ID value or null.

()

Source from the content-addressed store, hash-verified

85 * @return the JWT ID value or null.
86 */
87 String getId();
88
89 /**
90 * Get a Claim given its name. If the Claim wasn't specified in the Payload, a 'null claim'

Callers 7

shouldGetIdMethod · 0.65
shouldGetIdMethod · 0.65
shouldGetJWTIdMethod · 0.65
getIdMethod · 0.65

Implementers 3

PayloadImpllib/src/main/java/com/auth0/jwt/impl/P
JWTDecoderlib/src/main/java/com/auth0/jwt/JWTDec
PayloadImplForTestlib/src/test/java/com/auth0/jwt/interf

Calls

no outgoing calls

Tested by 6

shouldGetIdMethod · 0.52
shouldGetIdMethod · 0.52
shouldGetJWTIdMethod · 0.52