public class ExpiredAuthenticationTokenException
extends org.springframework.security.core.AuthenticationException
AccessTokenService when an expired token is found. This exception's
message is then returned within a 401 response to indicate the request was unauthorized due to an expired token.AccessTokenAuthenticationProvider,
RefreshTokenAuthenticationProvider,
Serialized Form| Constructor and Description |
|---|
ExpiredAuthenticationTokenException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpiredAuthenticationTokenException(Throwable t)
Copyright © 2020. All rights reserved.