- From: Alexei Czeskis via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Sep 2016 08:53:48 +0000
- To: public-webauthn@w3.org
leshi has just created a new issue for https://github.com/w3c/webauthn: == Add notion of internal/external to options == Add notion of internal/external to options so that Caller can indicate that it only wants to talk to internal authenticators. Example: ``` dictionary CredentialOptions { unsigned long timeoutSeconds; sequence < CredentialDescription > excludeList; WebAuthnExtensions extensions; Attachment attachment; }; enum Attachment { "INTERNAL", "EXTERNAL" } Please view or discuss this issue at https://github.com/w3c/webauthn/issues/213 using your GitHub account
Received on Tuesday, 20 September 2016 08:53:56 UTC