#include "chrome/browser/webauthn/authenticator_reference.h"
#include <string_view>
AuthenticatorReference::AuthenticatorReference(
std::string_view authenticator_id,
device::FidoTransportProtocol transport,
device::AuthenticatorType type)
: … { … }
AuthenticatorReference::AuthenticatorReference(AuthenticatorReference&& data) =
default;
AuthenticatorReference& AuthenticatorReference::operator=(
AuthenticatorReference&& other) = default;
AuthenticatorReference::~AuthenticatorReference() = default;