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

Method getIssuer

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

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

()

Source from the content-addressed store, hash-verified

16 * @return the Issuer value or null.
17 */
18 String getIssuer();
19
20 /**
21 * Get the value of the "sub" claim, or null if it's not available.

Callers 6

shouldGetIssuerMethod · 0.65
shouldGetIssuerMethod · 0.65
shouldGetIssuerMethod · 0.65
getIssuerMethod · 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 5

shouldGetIssuerMethod · 0.52
shouldGetIssuerMethod · 0.52
shouldGetIssuerMethod · 0.52