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

com.github.fashionbrot.function.GetTokenFunction Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.function;

/**
 * 从 HttpServerRequest 中获取 token值
 */
@FunctionalInterface
public interface GetTokenFunction  {

    String getToken();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy