mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[EC-598] feat: add timeout and UV to params
This commit is contained in:
@@ -31,6 +31,7 @@ export interface CredentialRegistrationParams {
|
||||
id: string; // b64 encoded
|
||||
displayName: string;
|
||||
};
|
||||
timeout: number;
|
||||
}
|
||||
|
||||
export interface CredentialRegistrationResult {
|
||||
@@ -47,6 +48,8 @@ export interface CredentialAssertParams {
|
||||
rpId: string;
|
||||
origin: string;
|
||||
challenge: string;
|
||||
userVerification?: "discouraged" | "preferred" | "required";
|
||||
timeout: number;
|
||||
}
|
||||
|
||||
export interface CredentialAssertResult {
|
||||
|
||||
Reference in New Issue
Block a user