Class AccessToken
- java.lang.Object
-
- net.officefloor.web.jwt.authority.AccessToken
-
public class AccessToken extends java.lang.Object
Access token.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AccessToken(java.lang.String token, long expireTime)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getExpireTime()
Obtains the expire time in seconds.java.lang.String
getToken()
Obtains the token.
-