Passkeys: Add support for importing Passkey to entry (#9987)

---------
Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
Sami Vänttinen
2023-11-23 06:11:25 +02:00
committed by GitHub
parent 013db199cb
commit 13c88e1013
27 changed files with 459 additions and 176 deletions

View File

@@ -121,6 +121,7 @@ public:
void setExcludeFromReports(bool state);
bool hasTotp() const;
bool hasPasskey() const;
bool isExpired() const;
bool willExpireInDays(int days) const;
bool isRecycled() const;