Class RemoveAuthorizedClientOAuth2AuthorizationFailureHandler

java.lang.Object
org.springframework.security.oauth2.client.RemoveAuthorizedClientOAuth2AuthorizationFailureHandler
All Implemented Interfaces:
OAuth2AuthorizationFailureHandler

public class RemoveAuthorizedClientOAuth2AuthorizationFailureHandler extends Object implements OAuth2AuthorizationFailureHandler
An OAuth2AuthorizationFailureHandler that removes an OAuth2AuthorizedClient when the OAuth2Error.getErrorCode() matches one of the configured OAuth 2.0 error codes.
Since:
5.3
See Also: