Class DelegatingReactiveOAuth2AuthorizedClientProvider

java.lang.Object
org.springframework.security.oauth2.client.DelegatingReactiveOAuth2AuthorizedClientProvider
All Implemented Interfaces:
ReactiveOAuth2AuthorizedClientProvider

public final class DelegatingReactiveOAuth2AuthorizedClientProvider extends Object implements ReactiveOAuth2AuthorizedClientProvider
An implementation of a ReactiveOAuth2AuthorizedClientProvider that simply delegates to it's internal List of ReactiveOAuth2AuthorizedClientProvider(s).

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

Since:
5.2
See Also: