// Copyright 2017 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_PUBLIC_KEY_CREDENTIAL_DESCRIPTOR_H_ #define DEVICE_FIDO_PUBLIC_KEY_CREDENTIAL_DESCRIPTOR_H_ #include <stdint.h> #include <optional> #include <string> #include <vector> #include "base/component_export.h" #include "base/containers/flat_set.h" #include "components/cbor/values.h" #include "device/fido/fido_constants.h" #include "device/fido/fido_transport_protocol.h" device // namespace device #endif // DEVICE_FIDO_PUBLIC_KEY_CREDENTIAL_DESCRIPTOR_H_