Callback for user creation.
typedef UserInfoCreationCallback = Future<bool> Function( Session session, UserInfo userInfo, String? method);