mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Rework Desktop Biometrics (#5234)
This commit is contained in:
6
libs/common/src/auth/types/biometric-key.d.ts
vendored
Normal file
6
libs/common/src/auth/types/biometric-key.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { CsprngString } from "../../types/csprng";
|
||||
|
||||
export type BiometricKey = {
|
||||
key: string;
|
||||
clientEncKeyHalf: CsprngString;
|
||||
};
|
||||
Reference in New Issue
Block a user