Uses of Class
net.troja.eve.esi.auth.JWT.Payload
-
Packages that use JWT.Payload Package Description net.troja.eve.esi.auth -
-
Uses of JWT.Payload in net.troja.eve.esi.auth
Methods in net.troja.eve.esi.auth that return JWT.Payload Modifier and Type Method Description JWT.PayloadJWT.PayloadDeserializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)JWT.PayloadJWT. getPayload()Constructors in net.troja.eve.esi.auth with parameters of type JWT.Payload Constructor Description JWT(JWT.Header header, JWT.Payload payload, String signature)
-