MCPcopy Create free account
hub / github.com/MasterKale/SimpleWebAuthn / LoggedInFIDOUser

Interface LoggedInFIDOUser

example/fido-conformance.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import { LoggedInUser } from './example-server';
19
20interface LoggedInFIDOUser extends LoggedInUser {
21 currentAuthenticationUserVerification?: UserVerificationRequirement;
22}
23
24/**
25 * Create paths specifically for testing with the FIDO Conformance Tools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected