AuthenticationExpiredException
class AuthenticationExpiredException extendsAccountStatusException
AuthenticationExpiredException is thrown when an authentication token becomes un-authenticated 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
string
getMessageKey()
No description