Closed
Description
We should consider removing NimbusReactiveJwtDecoder.JwkSourceReactiveJwtDecoderBuilder
since it's not used.
I also noticed that the equivalent does not exist in NimbusJwtDecoder
.
If we decide to keep it than we should change the generic types from Function<JWT, Flux<JWK>>
to Function<SignedJWT, Flux<JWK>>
.