mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 05:42:31 +00:00
Polish UserInfoRetriever
Issue gh-4695
This commit is contained in:
parent
43d201fa3e
commit
1a3b9c1f3f
@ -31,6 +31,6 @@ import org.springframework.security.oauth2.client.authentication.AuthorizedClien
|
|||||||
*/
|
*/
|
||||||
public interface UserInfoRetriever {
|
public interface UserInfoRetriever {
|
||||||
|
|
||||||
<T> T retrieve(AuthorizedClient clientAuthentication, Class<T> responseType) throws OAuth2AuthenticationException;
|
<T> T retrieve(AuthorizedClient authorizedClient, Class<T> responseType) throws OAuth2AuthenticationException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user