W3C home > Mailing lists > Public > public-webauthn@w3.org > September 2016

[webauthn] Add notion of internal/external to options

From: Alexei Czeskis via GitHub <sysbot+gh@w3.org>
Date: Tue, 20 Sep 2016 08:53:48 +0000
To: public-webauthn@w3.org
Message-ID: <issues.opened-178002823-1474361625-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 07:26:23 UTC