1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +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;
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. */
requireResidentKey: boolean;
requireUserVerification: boolean;