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