Package cn.authing.guard
Interface AuthCallback<T>
-
- All Superinterfaces:
Serializable
public interface AuthCallback<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(int code, String message, T data)
-