Uses of Interface
com.auth0.jwt.interfaces.Payload
Packages that use Payload
-
Uses of Payload in com.auth0.jwt
Classes in com.auth0.jwt that implement PayloadModifier and TypeClassDescription(package private) final class
The JWTDecoder class holds the decode method to parse a given JWT token into it's JWT representation.Fields in com.auth0.jwt declared as Payload -
Uses of Payload in com.auth0.jwt.impl
Classes in com.auth0.jwt.impl that implement PayloadModifier and TypeClassDescription(package private) class
The PayloadImpl class implements the Payload interface.Methods in com.auth0.jwt.impl that return PayloadModifier and TypeMethodDescriptionPayloadDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) JWTParser.parsePayload
(String json) -
Uses of Payload in com.auth0.jwt.interfaces
Subinterfaces of Payload 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 PayloadModifier and TypeMethodDescriptionJWTPartsParser.parsePayload
(String json) Parses the given JSON into a Payload instance.