AuthenticationExpiredException
AuthenticationExpiredException
class AuthenticationExpiredException extends AccountStatusException
AuthenticationServiceException is thrown when an authenticated token becomes un-authentcated between requests.
In practice, this is due to the User changing between requests (e.g. password changes), causes the token to become un-authenticated.
Methods
TokenInterface | getToken() Get the token. | from 登录查看完整内容
|