summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-23 10:24:41 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-23 10:24:41 -0700
commita6c1aaf4130ec8fc5dddd1ad7111006673f1e42a (patch)
tree4cbd977e706871438e9f151121b788d544613858 /packages/typescript-types/src
parent72a7af8304a3455a829b9940d7e0704fa215c5e7 (diff)
Remove support for ECDAA
See https://github.com/w3c/webauthn/issues/1410
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r--packages/typescript-types/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts
index f9bf561..9e5ec5d 100644
--- a/packages/typescript-types/src/index.ts
+++ b/packages/typescript-types/src/index.ts
@@ -106,7 +106,6 @@ export type AttestationObject = {
attStmt: {
sig?: Buffer,
x5c?: Buffer[],
- ecdaaKeyId?: Buffer,
response?: Buffer,
},
authData: Buffer,