Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/auth0/java-jwt
/ getAudience
Method
getAudience
lib/src/main/java/com/auth0/jwt/JWTDecoder.java:87–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
List<String> getAudience() {
89
return
payload.getAudience();
90
}
91
92
@Override
93
public
Date getExpiresAt() {
Callers
nothing calls this directly
Calls
1
getAudience
Method · 0.65
Tested by
no test coverage detected