yangys
2024-04-09 2f68a81d6016d439a50c045fe7b25b3e58b5b420
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);
}