This let's you define a function to be called to determine if the user should be considered as verified
final FutureOr<bool> Function(T? user)? customVerificationValidator;