Class AuthorizationCodeReactiveOAuth2AuthorizedClientProvider

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

public final class AuthorizationCodeReactiveOAuth2AuthorizedClientProvider extends Object implements ReactiveOAuth2AuthorizedClientProvider
An implementation of a ReactiveOAuth2AuthorizedClientProvider for the authorization_code grant.
Since:
5.2
See Also: