Uses of Interface
com.auth0.jwt.interfaces.Header
-
Packages that use Header Package Description com.auth0.jwt.impl com.auth0.jwt.interfaces -
-
Uses of Header in com.auth0.jwt.impl
Methods in com.auth0.jwt.impl that return Header Modifier and Type Method Description Header
JWTParser. parseHeader(String json)
-
Uses of Header in com.auth0.jwt.interfaces
Subinterfaces of Header in com.auth0.jwt.interfaces Modifier and Type Interface Description interface
DecodedJWT
Class that represents a Json Web Token that was decoded from it's string representation.Methods in com.auth0.jwt.interfaces that return Header Modifier and Type Method Description Header
JWTPartsParser. parseHeader(String json)
Parses the given JSON into a Header instance.
-