refactor fido2 user presence handling & increase timeout to 29s

This commit is contained in:
Conor Patrick
2019-08-23 13:09:23 +08:00
parent 3fad9a7a7d
commit 3b53537077
3 changed files with 20 additions and 24 deletions

View File

@ -49,6 +49,7 @@
#define CTAP2_ERR_PIN_POLICY_VIOLATION 0x37
#define CTAP2_ERR_PIN_TOKEN_EXPIRED 0x38
#define CTAP2_ERR_REQUEST_TOO_LARGE 0x39
#define CTAP2_ERR_ACTION_TIMEOUT 0x3A
#define CTAP1_ERR_OTHER 0x7F
#define CTAP2_ERR_SPEC_LAST 0xDF
#define CTAP2_ERR_EXTENSION_FIRST 0xE0