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

Method getSubject

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

Get the value of the "sub" claim, or null if it's not available. @return the Subject value or null.

()

Source from the content-addressed store, hash-verified

23 * @return the Subject value or null.
24 */
25 String getSubject();
26
27 /**
28 * Get the value of the "aud" claim, or null if it's not available.

Callers 7

shouldGetSubjectMethod · 0.65
getSubjectMethod · 0.65
shouldGetSubjectMethod · 0.65
shouldGetSubjectMethod · 0.65
getSubjectMethod · 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

shouldGetSubjectMethod · 0.52
getSubjectMethod · 0.52
shouldGetSubjectMethod · 0.52
shouldGetSubjectMethod · 0.52