github/webauthn-json

Remove unused extensions from extended build

lgarron opened this issue · 1 comments

Once w3c/webauthn#1386 shakes out.

interface FullWebAuthnExtensionsJSON {
appid?: string;
txAuthSimple?: string;
txAuthGeneric?: {
contentType: string;
content: Base64urlString;
};
authnSel?: Base64urlString[];
exts?: boolean;
uvi?: boolean;
loc?: boolean;
uvm?: boolean;
authenticatorBiometricPerfBounds?: {
FAR: number;
FRR: number;
};
}

Done in aa21085.