Package cn.authing.guard.flow
Interface AuthFlow.Callback<T>
-
- All Superinterfaces:
Serializable
- Enclosing class:
- AuthFlow
public static interface AuthFlow.Callback<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(Context context, int code, String message, T userInfo)
-