Re: [webauthn] PublicKeyCredentialRequestOptions and MakeCredentialOptions could both inherit from a dictionary which has their shared members

So in particular, to pass a CredentialCreationOptions thing to `create` with the links above, you'd do:

    navigator.credentials.create({ publicKey: { rp: stuff, ... } })

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

Received on Wednesday, 7 June 2017 00:31:28 UTC