Skip to content

Commit

Permalink
Complete merge from master by adding IDL lines that got dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaybh committed Sep 2, 2016
1 parent b53e5ff commit 89a2ae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bs
Expand Up @@ -552,6 +552,7 @@ authorizing an authenticator with which to complete the operation.
<pre class="idl">
dictionary CredentialOptions {
unsigned long timeoutSeconds;
boolean rpStrict;
sequence < CredentialDescription > excludeList;
WebAuthnExtensions extensions;
};
Expand Down Expand Up @@ -613,6 +614,7 @@ user consent to a specific transaction. The structure of these signatures is def
<pre class="idl">
dictionary AssertionOptions {
unsigned long timeoutSeconds;
boolean rpStrict;
sequence < CredentialDescription > allowList;
WebAuthnExtensions extensions;
};
Expand Down

0 comments on commit 89a2ae8

Please sign in to comment.