Skip to content

Commit

Permalink
Remove an extra (inaccurate) authenticatorAttachment field from `Au…
Browse files Browse the repository at this point in the history
…thenticatorAttestationResponseJSON`.
  • Loading branch information
lgarron committed Jan 31, 2023
1 parent 461e8d6 commit 32ce475
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webauthn-json/basic/json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export interface AuthenticatorAttestationResponseJSON {
clientDataJSON: Base64urlString;
attestationObject: Base64urlString;
transports: AuthenticatorTransportJSON[];
// This field is technically not optional in the spec, but Firefox hasn't implemented it.
authenticatorAttachment?: AuthenticatorAttachment | null;
}

export interface PublicKeyCredentialWithAttestationJSON
Expand Down

0 comments on commit 32ce475

Please sign in to comment.