package com.qianwen.smartman.modules.auth.provider; import com.qianwen.smartman.modules.system.entity.UserInfo; public interface ITokenGranter { UserInfo grant(TokenParameter tokenParameter); }