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

cn.idea360.commons.http.token.TokenStore Maven / Gradle / Ivy

package cn.idea360.commons.http.token;

/**
 * @author cuishiying
 */
public interface TokenStore {

	/**
	 * 获取token
	 * @return token
	 */
	String getToken();

	/**
	 * 使token失效
	 */
	void invalidate();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy