yangys
2024-04-19 0141c3ed55171b22dd998ba037166f67e69c9aa9
1
2
3
4
5
6
7
8
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);
}