- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Jul 2018 18:57:44 +0000
- To: public-webauthn@w3.org
I _think_ it happens [here](https://w3c.github.io/webappsec-credential-management/#algorithm-create), where _interfaces_ refers to [here](https://w3c.github.io/webappsec-credential-management/#credentialrequestoptions-relevant-credential-interface-objects) where _options_ is the options argument object sent to the `create()` method and the `[[type]]` slot for the [PublicKeyCredential][pkc] interface contains `"public-key"`. ...actually, does that mean that the [`publicKey`][publicKey] member name in `CredentialCreationRequestOptions` should also be `"public-key"`, or vice-versa? @equalsJeffH @selfissued Who's our expert on this? [pkc]: https://w3c.github.io/webauthn/#publickeycredential [publicKey]: https://w3c.github.io/webauthn/#dom-credentialcreationoptions-publickey -- GitHub Notification of comment by emlun Please view or discuss this issue at https://github.com/w3c/webauthn/issues/750#issuecomment-403584790 using your GitHub account
Received on Monday, 9 July 2018 18:57:48 UTC