Interface ReactiveJwtDecoderFactory<C>

  • Type Parameters:
    C - The type that provides contextual information used to create a specific ReactiveJwtDecoder.
    All Known Implementing Classes:
    ReactiveOidcIdTokenDecoderFactory

    public interface ReactiveJwtDecoderFactory<C>
    A factory for ReactiveJwtDecoder(s). This factory should be supplied with a type that provides contextual information used to create a specific ReactiveJwtDecoder.
    Since:
    5.2
    See Also:
    ReactiveJwtDecoder
    • Method Detail

      • createDecoder

        ReactiveJwtDecoder createDecoder​(C context)
        Creates a ReactiveJwtDecoder using the supplied "contextual" type.
        Parameters:
        context - the type that provides contextual information
        Returns:
        a ReactiveJwtDecoder