Uses of Interface
com.auth0.jwt.interfaces.JWTPartsParser
Packages that use JWTPartsParser
Package
Description
Contains parts of the internal implementation of this library.
-
Uses of JWTPartsParser in com.auth0.jwt.impl
Classes in com.auth0.jwt.impl that implement JWTPartsParserModifier and TypeClassDescriptionclass
This class helps in decoding the Header and Payload of the JWT usingHeaderSerializer
andPayloadSerializer
.