Class JWTParser

java.lang.Object
com.auth0.jwt.impl.JWTParser
All Implemented Interfaces:
JWTPartsParser

public class JWTParser extends Object implements JWTPartsParser
This class helps in decoding the Header and Payload of the JWT using HeaderSerializer and PayloadSerializer.