C
- The type that provides contextual information used to create a specific ReactiveJwtDecoder
.@FunctionalInterface
public interface ReactiveJwtDecoderFactory<C>
ReactiveJwtDecoder
(s).
This factory should be supplied with a type that provides
contextual information used to create a specific ReactiveJwtDecoder
.ReactiveJwtDecoder
Modifier and Type | Method and Description |
---|---|
ReactiveJwtDecoder |
createDecoder(C context)
Creates a
ReactiveJwtDecoder using the supplied "contextual" type. |
ReactiveJwtDecoder createDecoder(C context)
ReactiveJwtDecoder
using the supplied "contextual" type.context
- the type that provides contextual informationReactiveJwtDecoder