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:
@@ -98,9 +98,9 @@ export interface Fido2AuthenticatorGetAssertionParams {
|
||||
}
|
||||
|
||||
export interface Fido2AuthenticatorGetAssertionResult {
|
||||
selectedCredential?: {
|
||||
selectedCredential: {
|
||||
id: string;
|
||||
userHandle: Uint8Array;
|
||||
userHandle?: Uint8Array;
|
||||
};
|
||||
authenticatorData: Uint8Array;
|
||||
signature: Uint8Array;
|
||||
|
||||
Reference in New Issue
Block a user