Uses of Interface
com.auth0.jwt.interfaces.Header
Packages that use Header
Package
Description
Contains parts of the internal implementation of this library.
-
Uses of Header in com.auth0.jwt.impl
Methods in com.auth0.jwt.impl that return Header -
Uses of Header in com.auth0.jwt.interfaces
Subinterfaces of Header in com.auth0.jwt.interfacesModifier and TypeInterfaceDescriptioninterface
Class that represents a Json Web Token that was decoded from it's string representation.Methods in com.auth0.jwt.interfaces that return HeaderModifier and TypeMethodDescriptionJWTPartsParser.parseHeader
(String json) Parses the given JSON into aHeader
instance.