aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/channel/message_util.h
blob: 944165bc736162fc8a426289281a866136e7cdaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CAST_SENDER_CHANNEL_MESSAGE_UTIL_H_
#define CAST_SENDER_CHANNEL_MESSAGE_UTIL_H_

#include "cast/common/channel/message_util.h"
#include "cast/common/channel/proto/cast_channel.pb.h"

namespace openscreen {
namespace cast {

class AuthContext;

::cast::channel::CastMessage CreateAuthChallengeMessage(
    const AuthContext& auth_context);

}  // namespace cast
}  // namespace openscreen

#endif  // CAST_SENDER_CHANNEL_MESSAGE_UTIL_H_