Skip to content

Commit

Permalink
Update index.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
leshi committed Sep 13, 2017
1 parent 25dfc77 commit f6f8517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,8 @@ optionally evidence of [=user consent=] to a specific transaction.
interface AuthenticatorAssertionResponse : AuthenticatorResponse {
[SameObject] readonly attribute ArrayBuffer authenticatorData;
[SameObject] readonly attribute ArrayBuffer signature;
[SameObject] readonly attribute DOMString userId;
};
[SameObject] readonly attribute DOMString userId;
};
</pre>
<div dfn-type="attribute" dfn-for="AuthenticatorAssertionResponse">
: {{AuthenticatorResponse/clientDataJSON}}
Expand Down

0 comments on commit f6f8517

Please sign in to comment.