// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_PROTOCOL_CREDENTIALS_TYPE_H_ #define REMOTING_PROTOCOL_CREDENTIALS_TYPE_H_ namespace remoting::protocol { // The type of the credentials used for authentication. enum class CredentialsType { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_CREDENTIALS_TYPE_H_