From 89a2ae8c15a87136ba66de3e3244c8fa37d16668 Mon Sep 17 00:00:00 2001 From: Vijay Bharadwaj Date: Fri, 2 Sep 2016 09:48:32 -0700 Subject: [PATCH] Complete merge from master by adding IDL lines that got dropped --- index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.bs b/index.bs index 5593550a5..09db8ae52 100644 --- a/index.bs +++ b/index.bs @@ -552,6 +552,7 @@ authorizing an authenticator with which to complete the operation.
     dictionary CredentialOptions {
         unsigned long                       timeoutSeconds;
+        boolean                             rpStrict;
         sequence < CredentialDescription >  excludeList;
         WebAuthnExtensions                  extensions;
     };
@@ -613,6 +614,7 @@ user consent to a specific transaction. The structure of these signatures is def
 
     dictionary AssertionOptions {
         unsigned long                      timeoutSeconds;
+        boolean                            rpStrict;
         sequence < CredentialDescription > allowList;
         WebAuthnExtensions                 extensions;
     };