// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CAST_RECEIVER_CHANNEL_DEVICE_AUTH_NAMESPACE_HANDLER_H_ #define CAST_RECEIVER_CHANNEL_DEVICE_AUTH_NAMESPACE_HANDLER_H_ #include <openssl/base.h> #include <openssl/evp.h> #include <string> #include <vector> #include "cast/common/channel/cast_message_handler.h" #include "platform/base/span.h" namespace openscreen::cast { struct DeviceCredentials { … }; class DeviceAuthNamespaceHandler final : public CastMessageHandler { … }; } // namespace openscreen::cast #endif // CAST_RECEIVER_CHANNEL_DEVICE_AUTH_NAMESPACE_HANDLER_H_