1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Polish OAuth2AuthorizedClientResolver

This commit is contained in:
Eleftheria Stein
2019-08-26 11:04:19 -04:00
parent 2c2e8e5f24
commit 323cf9fa92
@@ -132,7 +132,7 @@ class OAuth2AuthorizedClientResolver {
}
return Mono.error(() -> new ClientAuthorizationRequiredException(clientRegistrationId));
});
}
}
private Mono<? extends OAuth2AuthorizedClient> clientCredentials(
ClientRegistration clientRegistration, Authentication authentication, ServerWebExchange exchange) {