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