mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[EC-598] feat: first tested rule in new authentitcator
This commit is contained in:
@@ -18,18 +18,19 @@ export interface Fido2AuthenticatorMakeCredentialsParams {
|
||||
id?: string;
|
||||
};
|
||||
user: {
|
||||
name: string;
|
||||
displayName: string;
|
||||
id: BufferSource;
|
||||
name?: string;
|
||||
displayName?: string;
|
||||
icon?: string;
|
||||
};
|
||||
pubKeyCredParams: {
|
||||
alg: number;
|
||||
// type: "public-key"; // not used
|
||||
type: "public-key"; // not used
|
||||
}[];
|
||||
excludeList?: {
|
||||
id: BufferSource;
|
||||
transports?: ("ble" | "internal" | "nfc" | "usb")[];
|
||||
// type: "public-key"; // not used
|
||||
type: "public-key"; // not used
|
||||
}[];
|
||||
extensions?: {
|
||||
appid?: string;
|
||||
|
||||
Reference in New Issue
Block a user