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

com.github.sseserver.AccessToken Maven / Gradle / Ivy

package com.github.sseserver;

/**
 * 当前登录用户
 *
 * @author hao 2021年12月13日13:48:58
 */
public interface AccessToken {

    /**
     * 使用者自己业务系统的登录连接令牌
     *
     * @return 自己业务系统的登录连接令牌
     */
    String getAccessToken();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy