Package cn.dev33.satoken.fun.strategy
Interface SaCreateTokenFunction
- All Superinterfaces:
BiFunction<Object,String, String>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface SaCreateTokenFunction
extends BiFunction<Object,String,String>
函数式接口:创建 token 的策略
参数:账号 id、账号类型
返回:token 值
- Since:
- 1.35.0
- Author:
- click33
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply