Re: [webauthn] Client arguments should be specified with "partial dictionary AuthenticationExtensions"

Ideally, client extension inputs would include IDL like:

```idl
partial dictionary AuthenticationExtensions {
  DOMString appid;
};
```

or

```idl
partial dictionary AuthenticationExtensions {
  BufferSource txAuthGeneric;
};
```

or

```idl
partial dictionary AuthenticationExtensions {
  AuthenticatorSelectionList authnSel;
};
```

For everything except `txAuthGeneric`, I think the text you have is clear enough for all implementers to write the same IDL themselves, so this shouldn't have `priority:implementation`.

-- 
GitHub Notification of comment by jyasskin
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/346#issuecomment-295996248 using your GitHub account

Received on Friday, 21 April 2017 01:04:27 UTC