Class HttpSessionOAuth2AuthorizedClientRepository

java.lang.Object
org.springframework.security.oauth2.client.web.HttpSessionOAuth2AuthorizedClientRepository
All Implemented Interfaces:
OAuth2AuthorizedClientRepository

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