1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[EC-598] feat: implement assertion

This commit is contained in:
Andreas Coroiu
2023-03-30 09:12:54 +02:00
parent 5bf4156fc6
commit 151afeb241
3 changed files with 131 additions and 66 deletions

View File

@@ -98,9 +98,9 @@ export interface Fido2AuthenticatorGetAssertionParams {
}
export interface Fido2AuthenticatorGetAssertionResult {
selectedCredential?: {
selectedCredential: {
id: string;
userHandle: Uint8Array;
userHandle?: Uint8Array;
};
authenticatorData: Uint8Array;
signature: Uint8Array;