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

leisure.springboot.authorization.TokenUtils Maven / Gradle / Ivy

package leisure.springboot.authorization;

import javax.servlet.http.HttpServletRequest;

public class TokenUtils {

    public  static	String get(HttpServletRequest request,String hname)
    {
        return request.getHeader(hname);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy