All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.authkit.servlet.TokenExtractor Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.authkit.servlet;

import javax.servlet.FilterConfig;
import javax.servlet.http.HttpServletRequest;
import java.util.function.Function;

public interface TokenExtractor extends Function {

    void init(Config config);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy