Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/auth0/java-jwt
/ getType
Method
getType
lib/src/main/java/com/auth0/jwt/JWTDecoder.java:57–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
@Override
58
public
String getType() {
59
return
header.getType();
60
}
61
62
@Override
63
public
String getContentType() {
Callers
nothing calls this directly
Calls
1
getType
Method · 0.65
Tested by
no test coverage detected