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

Method getSubject

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

Source from the content-addressed store, hash-verified

80 }
81
82 @Override
83 public String getSubject() {
84 return payload.getSubject();
85 }
86
87 @Override
88 public List<String> getAudience() {

Callers

nothing calls this directly

Calls 1

getSubjectMethod · 0.65

Tested by

no test coverage detected