Skip to content

Commit 6470c71

Browse files
committed
Remove temporary OAuth2AccessTokenResponseHttpMessageConverter
Issue gh-321 Closes gh-726
1 parent 5652e02 commit 6470c71

File tree

3 files changed

+4
-378
lines changed

3 files changed

+4
-378
lines changed

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web/OAuth2AccessTokenResponseHttpMessageConverter.java

Lines changed: 0 additions & 376 deletions
This file was deleted.

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web/OAuth2TokenEndpointFilter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 the original author or authors.
2+
* Copyright 2020-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,6 +42,7 @@
4242
import org.springframework.security.oauth2.core.OAuth2RefreshToken;
4343
import org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse;
4444
import org.springframework.security.oauth2.core.endpoint.OAuth2ParameterNames;
45+
import org.springframework.security.oauth2.core.http.converter.OAuth2AccessTokenResponseHttpMessageConverter;
4546
import org.springframework.security.oauth2.core.http.converter.OAuth2ErrorHttpMessageConverter;
4647
import org.springframework.security.oauth2.server.authorization.authentication.OAuth2AccessTokenAuthenticationToken;
4748
import org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeAuthenticationProvider;

0 commit comments

Comments
 (0)