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

[PM-5731] feat: start implementing attestation

This commit is contained in:
Andreas Coroiu
2024-01-24 11:04:37 +01:00
parent ce550fee74
commit 19639b61c3
7 changed files with 128 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ namespace Bit.Core.Utilities.Fido2
///<summary>
/// A sequence of pairs of PublicKeyCredentialType and public key algorithms (COSEAlgorithmIdentifier) requested by the Relying Party. This sequence is ordered from most preferred to least preferred. The authenticator makes a best-effort to create the most preferred credential that it can. */
///</summary>
public PublicKeyCredentialDescriptor[] CredTypesAndPubKeyAlgs { get; set; }
public PublicKeyCredentialAlgorithmDescriptor[] CredTypesAndPubKeyAlgs { get; set; }
///<summary>
/// The effective resident key requirement for credential creation, a Boolean value determined by the client. Resident is synonymous with discoverable. */