| 18 | import { LoggedInUser } from './example-server'; |
| 19 | |
| 20 | interface LoggedInFIDOUser extends LoggedInUser { |
| 21 | currentAuthenticationUserVerification?: UserVerificationRequirement; |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Create paths specifically for testing with the FIDO Conformance Tools |
nothing calls this directly
no outgoing calls
no test coverage detected