From a6c1aaf4130ec8fc5dddd1ad7111006673f1e42a Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 23 May 2020 10:24:41 -0700 Subject: Remove support for ECDAA See https://github.com/w3c/webauthn/issues/1410 --- packages/typescript-types/src/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/typescript-types/src') 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, -- cgit v1.2.3