Class WebSessionServerOAuth2AuthorizedClientRepository

java.lang.Object
org.springframework.security.oauth2.client.web.server.WebSessionServerOAuth2AuthorizedClientRepository
All Implemented Interfaces:
ServerOAuth2AuthorizedClientRepository

public final class WebSessionServerOAuth2AuthorizedClientRepository extends Object implements ServerOAuth2AuthorizedClientRepository
An implementation of an OAuth2AuthorizedClientRepository that stores OAuth2AuthorizedClient's in the HttpSession.
Since:
5.1
See Also: