1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[EC-598] feat: add ignored enterpriseAttestation param

This commit is contained in:
Andreas Coroiu
2023-03-27 13:53:46 +02:00
parent f31bd3eca9
commit f9c684695b

View File

@@ -66,6 +66,8 @@ export interface Fido2AuthenticatorMakeCredentialsParams {
credProps?: boolean; credProps?: boolean;
uvm?: boolean; uvm?: boolean;
}; };
/** A Boolean value that indicates that individually-identifying attestation MAY be returned by the authenticator. */
enterpriseAttestationPossible?: boolean; // Ignored by bitwarden at the moment
/** The effective resident key requirement for credential creation, a Boolean value determined by the client. */ /** The effective resident key requirement for credential creation, a Boolean value determined by the client. */
requireResidentKey: boolean; requireResidentKey: boolean;
requireUserVerification: boolean; requireUserVerification: boolean;