1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 * @fileoverview U2F message types.
11 * Message types for messsages to/from the extension
16 U2F_REGISTER_REQUEST: 'u2f_register_request',
17 U2F_SIGN_REQUEST: 'u2f_sign_request',
18 U2F_REGISTER_RESPONSE: 'u2f_register_response',
19 U2F_SIGN_RESPONSE: 'u2f_sign_response',
20 U2F_GET_API_VERSION_REQUEST: 'u2f_get_api_version_request',
21 U2F_GET_API_VERSION_RESPONSE: 'u2f_get_api_version_response'