Package org.smallmind.web.jwt
Interface JWTToken
-
public interface JWTToken
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExp()StringgetSub()voidsetExp(long exp)voidsetSub(String sub)
-