mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[EC-598] feat: add ignored enterpriseAttestation param
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user