We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authenticatorAttachment
AuthenticatorAttestationResponseJSON
1 parent 461e8d6 commit 32ce475Copy full SHA for 32ce475
src/webauthn-json/basic/json.ts
@@ -90,8 +90,6 @@ export interface AuthenticatorAttestationResponseJSON {
90
clientDataJSON: Base64urlString;
91
attestationObject: Base64urlString;
92
transports: AuthenticatorTransportJSON[];
93
- // This field is technically not optional in the spec, but Firefox hasn't implemented it.
94
- authenticatorAttachment?: AuthenticatorAttachment | null;
95
}
96
97
export interface PublicKeyCredentialWithAttestationJSON
0 commit comments