Add ReactiveOidcIdTokenDecoderFactory#setWebClientResolver
Closes gh-13274
This commit is contained in:
+1
@@ -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
|
||||
|
||||
+1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user