summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-19 01:04:39 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-19 01:04:39 -0700
commitd54a245c42f0f287232ac6d533b7d3d1dabab74b (patch)
tree1596d92bc1ba94438ae51bd197238d68d7f00af1 /src
parent2f5ecb1e7fcafbf5bca9009bea9f06c59703788d (diff)
Add optional ecdaaKeyId to AttestationObject
Diffstat (limited to 'src')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 0379ced..9979117 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -29,6 +29,7 @@ export type AttestationObject = {
attStmt: {
sig?: Buffer,
x5c?: Buffer[],
+ ecdaaKeyId?: Buffer,
},
authData: Buffer,
};