Skip to content

Commit 32ce475

Browse files
committed
Remove an extra (inaccurate) authenticatorAttachment field from AuthenticatorAttestationResponseJSON.
1 parent 461e8d6 commit 32ce475

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/webauthn-json/basic/json.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ export interface AuthenticatorAttestationResponseJSON {
9090
clientDataJSON: Base64urlString;
9191
attestationObject: Base64urlString;
9292
transports: AuthenticatorTransportJSON[];
93-
// This field is technically not optional in the spec, but Firefox hasn't implemented it.
94-
authenticatorAttachment?: AuthenticatorAttachment | null;
9593
}
9694

9795
export interface PublicKeyCredentialWithAttestationJSON

0 commit comments

Comments
 (0)