Class DelegatingOAuth2AuthorizedClientProvider

java.lang.Object
org.springframework.security.oauth2.client.DelegatingOAuth2AuthorizedClientProvider
All Implemented Interfaces:
OAuth2AuthorizedClientProvider

public final class DelegatingOAuth2AuthorizedClientProvider extends Object implements OAuth2AuthorizedClientProvider
An implementation of an OAuth2AuthorizedClientProvider that simply delegates to it's internal List of OAuth2AuthorizedClientProvider(s).

Each provider is given a chance to authorize the client in the provided context with the first non-null OAuth2AuthorizedClient being returned.

Since:
5.2
See Also: