Class OAuth2AuthorizedClientProviderBuilder

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

public final class OAuth2AuthorizedClientProviderBuilder extends Object
A builder that builds a DelegatingOAuth2AuthorizedClientProvider composed of one or more OAuth2AuthorizedClientProvider(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(OAuth2AuthorizedClientProvider).
Since:
5.2
See Also: