package com.qianwen.smartman.modules.auth.provider; import com.qianwen.smartman.modules.system.entity.UserInfo; /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/auth/provider/ITokenGranter.class */ public interface ITokenGranter { UserInfo grant(TokenParameter tokenParameter); }