Uses of Class
de.kosmos_lab.web.server.JWT.JWTVerifyFailed
-
Packages that use JWT.JWTVerifyFailed Package Description de.kosmos_lab.web.server -
-
Uses of JWT.JWTVerifyFailed in de.kosmos_lab.web.server
Methods in de.kosmos_lab.web.server that throw JWT.JWTVerifyFailed Modifier and Type Method Description static StringJWT. extractPayload(String data)extract the payload from a given data stringorg.json.JSONObjectJWT. verify(String data)Verify.
-