Class AccessToken
java.lang.Object
org.craftercms.studio.model.security.AccessToken
- Direct Known Subclasses:
PersistentAccessToken
Holds the access token information for a user
- Since:
- 3.2
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
token
The value of the token -
expiresAt
The date of expiration of the token
-
-
Constructor Details
-
AccessToken
public AccessToken()
-
-
Method Details
-
setToken
-
setExpiresAt
-
getToken
-
getExpiresAt
-