Class ReactiveOAuth2AuthorizedClientProviderBuilder

java.lang.Object
org.springframework.security.oauth2.client.ReactiveOAuth2AuthorizedClientProviderBuilder

public final class ReactiveOAuth2AuthorizedClientProviderBuilder extends Object
A builder that builds a DelegatingReactiveOAuth2AuthorizedClientProvider composed of one or more ReactiveOAuth2AuthorizedClientProvider(s) that implement specific authorization grants. The supported authorization grants are authorization_code, refresh_token, client_credentials and password. In addition to the standard authorization grants, an implementation of an extension grant may be supplied via provider(ReactiveOAuth2AuthorizedClientProvider).
Since:
5.2
See Also: