1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Add ReactiveOidcIdTokenDecoderFactory#setWebClientResolver

Closes gh-13274
This commit is contained in:
ubaid4j
2023-06-04 15:28:24 +05:00
committed by Josh Cummings
parent b0da37d4fa
commit e77126740d
2 changed files with 2 additions and 0 deletions
@@ -59,6 +59,7 @@ import org.springframework.web.reactive.function.client.WebClient;
* @author Joe Grandja
* @author Rafael Dominguez
* @author Mark Heckler
* @author Ubaid ur Rehman
* @since 5.2
* @see ReactiveJwtDecoderFactory
* @see ClientRegistration
@@ -47,6 +47,7 @@ import static org.mockito.Mockito.verify;
/**
* @author Joe Grandja
* @author Rafael Dominguez
* @author Ubaid ur Rehman
* @since 5.2
*/
public class ReactiveOidcIdTokenDecoderFactoryTests {