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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user