public class JWT extends Object
JWT()
static Map<String,Object>
decodeJWT(String jwtToken, Options options)
static String
getJWT(Map<String,Object> claims, Options options)
parsePlainJWT(String jwtToken)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JWT()
public static String getJWT(Map<String,Object> claims, Options options) throws Exception
Exception
public static Map<String,Object> parsePlainJWT(String jwtToken) throws Exception
public static Map<String,Object> decodeJWT(String jwtToken, Options options) throws Exception
Copyright © 2017. All rights reserved.