blob: 0aee556e135ece13611060bf50ab76e550c0c25a [file] [log] [blame]
// Copyright 2018 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.
dictionary CableRegistrationData {
required sequence<octet> versions;
required BufferSource rpPublicKey;
};