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

Method getType

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

Getter for the Type "typ" claim defined in the JWT's Header. If the claim is missing it will return null. @return the Type defined or null.

()

Source from the content-addressed store, hash-verified

18 * @return the Type defined or null.
19 */
20 String getType();
21
22 /**
23 * Getter for the Content Type "cty" claim defined in the JWT's Header. If the claim is missing it will return null.

Callers 5

shouldGetTypeMethod · 0.65
shouldGetTypeMethod · 0.65
getTypeMethod · 0.65

Implementers 2

BasicHeaderlib/src/main/java/com/auth0/jwt/impl/B
JWTDecoderlib/src/main/java/com/auth0/jwt/JWTDec

Calls

no outgoing calls

Tested by 4

shouldGetTypeMethod · 0.52
shouldGetTypeMethod · 0.52