1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

[PM-5731] feat: implement credential exclusion

This commit is contained in:
Andreas Coroiu
2024-01-24 14:18:27 +01:00
parent 19639b61c3
commit f0dde7eb82
4 changed files with 168 additions and 21 deletions

View File

@@ -22,6 +22,11 @@ namespace Bit.Core.Utilities.Fido2
///</summary>
public PublicKeyCredentialAlgorithmDescriptor[] CredTypesAndPubKeyAlgs { get; set; }
///<summary>
///An OPTIONAL list of PublicKeyCredentialDescriptor objects provided by the Relying Party with the intention that, if any of these are known to the authenticator, it SHOULD NOT create a new credential. excludeCredentialDescriptorList contains a list of known credentials.
///</summary>
public PublicKeyCredentialDescriptor[] ExcludeCredentialDescriptorList { get; set; }
///<summary>
/// The effective resident key requirement for credential creation, a Boolean value determined by the client. Resident is synonymous with discoverable. */
///</summary>