mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
[EC-598] feat: complete implementation of makeCredential
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
export abstract class Fido2AuthenticatorService {
|
||||
makeCredential: (params: Fido2AuthenticatorMakeCredentialsParams) => void;
|
||||
/**
|
||||
* This method triggers the generation of a new credential in the authenticator
|
||||
*
|
||||
* @return {Uint8Array} Attestation object
|
||||
**/
|
||||
makeCredential: (params: Fido2AuthenticatorMakeCredentialsParams) => Promise<Uint8Array>;
|
||||
}
|
||||
|
||||
export enum Fido2AlgorithmIdentifier {
|
||||
|
||||
Reference in New Issue
Block a user