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

Method getAudience

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

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

()

Source from the content-addressed store, hash-verified

30 * @return the Audience value or null.
31 */
32 List<String> getAudience();
33
34 /**
35 * Get the value of the "exp" claim, or null if it's not available.

Callers 10

shouldGetAudienceMethod · 0.65
getAudienceMethod · 0.65
withAudienceMethod · 0.65
withAnyOfAudienceMethod · 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