chromium/components/payments/core/secure_payment_confirmation_credential.cc

// 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.

#include "components/payments/core/secure_payment_confirmation_credential.h"

#include <utility>

#include "base/metrics/histogram_functions.h"

namespace payments {

SecurePaymentConfirmationCredential::SecurePaymentConfirmationCredential() =
    default;

SecurePaymentConfirmationCredential::SecurePaymentConfirmationCredential(
    std::vector<uint8_t> credential_id,
    const std::string& relying_party_id,
    std::vector<uint8_t> user_id)
    :{}

SecurePaymentConfirmationCredential::~SecurePaymentConfirmationCredential() =
    default;

bool SecurePaymentConfirmationCredential::IsValid() const {}

bool SecurePaymentConfirmationCredential::IsValidNewCredential() const {}

}  // namespace payments