Callback type definitions for authentication events
typedef OnLoginCallback = void Function(AppUser user, String token);