public class JWTGenerator extends Object
| Constructor and Description |
|---|
JWTGenerator() |
public Map<String,Object> verify(String jwtToken, Options options) throws NoSuchAlgorithmException, InvalidKeyException, IllegalStateException, IOException, SignatureException, JWTVerifyException
public Map<String,Object> parse(String jwtToken) throws NoSuchAlgorithmException, InvalidKeyException, IllegalStateException, IOException, SignatureException, JWTVerifyException
Copyright © 2017. All rights reserved.