In latest ctap2.1 spec, step 6.1.2.14 If the "up" option is set to true:
The last step4. will Call clearUserPresentFlag(), clearUserVerifiedFlag(), and clearPinUvAuthTokenPermissionsExceptLbw().
So the result of following GetAssertionPositiveTest should be always failed due to below line use an old authToken directly.
In latest ctap2.1 spec, step 6.1.2.14
If the "up" option is set to true:
The last step4. willCall clearUserPresentFlag(), clearUserVerifiedFlag(), and clearPinUvAuthTokenPermissionsExceptLbw().
So the result of following GetAssertionPositiveTest should be always failed due to below line use an old authToken directly.Seems following test items in will have the same problem.