diff options
Diffstat (limited to 'packages/server/src/assertion/verifyAssertionResponse.ts')
-rw-r--r-- | packages/server/src/assertion/verifyAssertionResponse.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/server/src/assertion/verifyAssertionResponse.ts b/packages/server/src/assertion/verifyAssertionResponse.ts index b2923ee..993b7e9 100644 --- a/packages/server/src/assertion/verifyAssertionResponse.ts +++ b/packages/server/src/assertion/verifyAssertionResponse.ts @@ -1,5 +1,9 @@ import base64url from 'base64url'; -import { AssertionCredentialJSON, AuthenticatorDevice } from '@simplewebauthn/typescript-types'; +import { + AssertionCredentialJSON, + AuthenticatorDevice, + UserVerificationRequirement, +} from '@simplewebauthn/typescript-types'; import decodeClientDataJSON from '../helpers/decodeClientDataJSON'; import toHash from '../helpers/toHash'; |