Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/auth0/java-jwt
/ getIssuedAt
Method
getIssuedAt
lib/src/main/java/com/auth0/jwt/JWTDecoder.java:112–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
@Override
113
public
Date getIssuedAt() {
114
return
payload.getIssuedAt();
115
}
116
117
@Override
118
public
Instant getIssuedAtAsInstant() {
Callers
nothing calls this directly
Calls
1
getIssuedAt
Method · 0.65
Tested by
no test coverage detected