Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: third_party/WebKit/Source/modules/webauthentication/NavigatorAuth.idl

Issue 2533863002: Add WebAuthn bindings and client interface. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webauthentication/NavigatorAuth.idl
diff --git a/third_party/WebKit/Source/modules/webauthentication/NavigatorAuth.idl b/third_party/WebKit/Source/modules/webauthentication/NavigatorAuth.idl
new file mode 100644
index 0000000000000000000000000000000000000000..c66f386ee117373616bc5802c3e5fa7cf62aa3a4
--- /dev/null
+++ b/third_party/WebKit/Source/modules/webauthentication/NavigatorAuth.idl
@@ -0,0 +1,9 @@
+// Copyright 2016 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.
+
+// https://w3c.github.io/webauthn/#web-authentication-api
+
+partial interface Navigator {
+ [RuntimeEnabled=WebAuthentication] readonly attribute WebAuthentication authentication;
esprehn 2016/11/29 06:00:49 I don't think we've ever shipped an api with a Web
kpaulhamus 2016/12/01 21:44:52 Just noting we talked about this and decided the '
kpaulhamus 2016/12/20 19:17:00 Tracking with https://github.com/w3c/webauthn/issu
+};

Powered by Google App Engine
This is Rietveld 408576698