summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-01-21 13:51:59 -0800
committerGitHub <noreply@github.com>2021-01-21 13:51:59 -0800
commit9ad5f7d214a707af9c3f9d6d078323e41ce1a017 (patch)
tree907fa11bd2ecafc5ebe2837296e16316e0791620 /packages/typescript-types
parent2d607eabf00a6216caf818293c6ff74879a140bd (diff)
parent5f4d3485d0cbe286a3fa439ed8519f951d37f63b (diff)
Merge pull request #89 from MasterKale/feat/W3C-L2-update
feat/W3C-L2-update
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts
index 436f7ff..c950398 100644
--- a/packages/typescript-types/src/index.ts
+++ b/packages/typescript-types/src/index.ts
@@ -116,6 +116,8 @@ export type AuthenticatorDevice = {
credentialID: Base64URLString;
// Number of times this device is expected to have been used
counter: number;
+ // From browser's `startAttestation()` -> AttestationCredentialJSON.transports (API L2 and up)
+ transports?: AuthenticatorTransport[];
};
/**