Class AuthorizationCodeOAuth2AuthorizedClientProvider

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

public final class AuthorizationCodeOAuth2AuthorizedClientProvider extends Object implements OAuth2AuthorizedClientProvider
An implementation of an OAuth2AuthorizedClientProvider for the authorization_code grant.
Since:
5.2
See Also: