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

Method getIssuer

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

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public String getIssuer() {
79 return payload.getIssuer();
80 }
81
82 @Override
83 public String getSubject() {

Callers

nothing calls this directly

Calls 1

getIssuerMethod · 0.65

Tested by

no test coverage detected