chromium/device/fido/bio/enroller.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef DEVICE_FIDO_BIO_ENROLLER_H_
#define DEVICE_FIDO_BIO_ENROLLER_H_

#include <optional>
#include <vector>

#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/sequence_checker.h"
#include "device/fido/bio/enrollment.h"
#include "device/fido/pin.h"

namespace device {

class FidoAuthenticator;

// Handles enrolling fingerprints in an authenticator.
class BioEnroller {};

}  // namespace device

#endif  // DEVICE_FIDO_BIO_ENROLLER_H_