Add Refresh Token grant type support
Closes gh-50
This commit is contained in:
committed by
Joe Grandja
parent
1ce77d3caa
commit
78d4bd0bad
@@ -51,6 +51,7 @@ public class WebClientConfig {
|
||||
OAuth2AuthorizedClientProviderBuilder.builder()
|
||||
.authorizationCode()
|
||||
.clientCredentials()
|
||||
.refreshToken()
|
||||
.build();
|
||||
DefaultOAuth2AuthorizedClientManager authorizedClientManager = new DefaultOAuth2AuthorizedClientManager(
|
||||
clientRegistrationRepository, authorizedClientRepository);
|
||||
|
||||
Reference in New Issue
Block a user