Polish OAuth2AuthorizedClientResolver

This commit is contained in:
Eleftheria Stein 2019-08-26 11:04:19 -04:00
parent 2c2e8e5f24
commit 323cf9fa92
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class OAuth2AuthorizedClientResolver {
} }
return Mono.error(() -> new ClientAuthorizationRequiredException(clientRegistrationId)); return Mono.error(() -> new ClientAuthorizationRequiredException(clientRegistrationId));
}); });
} }
private Mono<? extends OAuth2AuthorizedClient> clientCredentials( private Mono<? extends OAuth2AuthorizedClient> clientCredentials(
ClientRegistration clientRegistration, Authentication authentication, ServerWebExchange exchange) { ClientRegistration clientRegistration, Authentication authentication, ServerWebExchange exchange) {