Class LoginToken
- java.lang.Object
-
- de.openknowledge.authentication.domain.login.LoginToken
-
public class LoginToken extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLoginToken()LoginToken(String aToken, Long anExpiresIn, String aRefreshToken, Long aRefreshExpiresIn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetExpiresIn()LonggetRefreshExpiresIn()StringgetRefreshToken()StringgetToken()StringtoString()
-