chromium/remoting/host/webauthn/remote_webauthn_constants.cc

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

#include "remoting/host/webauthn/remote_webauthn_constants.h"

namespace remoting {

const char kRemoteWebAuthnDataChannelName[] =;

const char kIsUvpaaMessageType[] =;
const char kGetRemoteStateMessageType[] =;
const char kCreateMessageType[] =;
const char kGetMessageType[] =;
const char kCancelMessageType[] =;
const char kClientDisconnectedMessageType[] =;

const char kIsUvpaaResponseIsAvailableKey[] =;
const char kGetRemoteStateResponseIsRemotedKey[] =;
const char kCancelResponseWasCanceledKey[] =;
const char kCreateRequestDataKey[] =;
const char kCreateResponseDataKey[] =;
const char kGetRequestDataKey[] =;
const char kGetResponseDataKey[] =;
const char kWebAuthnErrorKey[] =;
const char kWebAuthnErrorNameKey[] =;
const char kWebAuthnErrorMessageKey[] =;

}  // namespace remoting