Added support for thirdPartyPayment extension.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-08-13 21:12:49 +02:00
parent c883083a75
commit c00c83dfe6
4 changed files with 20 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ typedef struct CredExtensions {
const bool *minPinLength;
CborByteString credBlob;
const bool *largeBlobKey;
const bool *thirdPartyPayment;
bool present;
} CredExtensions;