@@ -62,6 +62,7 @@ describe("webauthn schema", () => {
62
62
type : "public-key" ,
63
63
id : "URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENT" ,
64
64
rawId : new Uint8Array ( [ 1 , 2 , 3 , 4 ] ) ,
65
+ authenticatorAttachment : "cross-platform" ,
65
66
response : {
66
67
clientDataJSON : new Uint8Array ( [ 9 , 10 , 11 , 12 ] ) ,
67
68
attestationObject : new Uint8Array ( [ 13 , 14 , 15 , 16 ] ) ,
@@ -84,6 +85,7 @@ describe("webauthn schema", () => {
84
85
type : "public-key" ,
85
86
id : "URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENT" ,
86
87
rawId : "AQIDBA" ,
88
+ authenticatorAttachment : "cross-platform" ,
87
89
response : {
88
90
attestationObject : "DQ4PEA" ,
89
91
clientDataJSON : "CQoLDA" ,
@@ -103,6 +105,7 @@ describe("webauthn schema", () => {
103
105
type : "public-key" ,
104
106
id : "URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENT" ,
105
107
rawId : new Uint8Array ( [ 1 , 2 , 3 , 4 ] ) ,
108
+ authenticatorAttachment : "cross-platform" ,
106
109
response : {
107
110
clientDataJSON : new Uint8Array ( [ 9 , 10 , 11 , 12 ] ) ,
108
111
attestationObject : new Uint8Array ( [ 13 , 14 , 15 , 16 ] ) ,
@@ -124,6 +127,7 @@ describe("webauthn schema", () => {
124
127
type : "public-key" ,
125
128
id : "URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENT" ,
126
129
rawId : "AQIDBA" ,
130
+ authenticatorAttachment : "cross-platform" ,
127
131
response : {
128
132
attestationObject : "DQ4PEA" ,
129
133
clientDataJSON : "CQoLDA" ,
@@ -176,6 +180,7 @@ describe("webauthn schema", () => {
176
180
type : "public-key" ,
177
181
id : "URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENT" ,
178
182
rawId : new Uint8Array ( [ 1 , 2 , 3 , 4 ] ) ,
183
+ authenticatorAttachment : "cross-platform" ,
179
184
response : {
180
185
authenticatorData : new Uint8Array ( [ 5 , 6 , 7 , 8 ] ) ,
181
186
clientDataJSON : new Uint8Array ( [ 9 , 10 , 11 , 12 ] ) ,
@@ -195,6 +200,7 @@ describe("webauthn schema", () => {
195
200
type : "public-key" ,
196
201
id : "URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENTIAL_ID-URL_SAFE_BASE_64_CREDENT" ,
197
202
rawId : "AQIDBA" ,
203
+ authenticatorAttachment : "cross-platform" ,
198
204
response : {
199
205
authenticatorData : "BQYHCA" ,
200
206
clientDataJSON : "CQoLDA" ,
0 commit comments