Uses of Interface
com.auth0.jwt.interfaces.Payload
-
Packages that use Payload Package Description com.auth0.jwt.impl Contains parts of the internal implementation of this library.com.auth0.jwt.interfaces -
-
Uses of Payload in com.auth0.jwt.impl
Methods in com.auth0.jwt.impl that return Payload Modifier and Type Method Description PayloadJWTParser. parsePayload(java.lang.String json) -
Uses of Payload in com.auth0.jwt.interfaces
Subinterfaces of Payload in com.auth0.jwt.interfaces Modifier and Type Interface Description interfaceDecodedJWTClass that represents a Json Web Token that was decoded from it's string representation.Methods in com.auth0.jwt.interfaces that return Payload Modifier and Type Method Description PayloadJWTPartsParser. parsePayload(java.lang.String json)Parses the given JSON into aPayloadinstance.
-