Re: [webauthn] Add Android "N" attestation type.

Just as with SafetyNet, the W3C should not duplicate Android specs.  
So at most, this should look something like:
```
interface AndroidAttestation {
    readonly attribute unsigned long version;
    readonly attribute DOMString attestationBlob;
};
```

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

Received on Friday, 13 May 2016 07:38:36 UTC