package riomhaire.lti.model.interfaces; @FunctionalInterface public interface Decoder<T,P> { T decode(P token) throws DecodeException; }