MCPcopy Index your code
hub / github.com/MasterKale/SimpleWebAuthn / SessionData

Interface SessionData

example/example-server.d.ts:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40declare module 'express-session' {
41 interface SessionData {
42 /**
43 * A simple way of storing a user's current challenge being signed by registration or
44 * authentication. It should be expired after `timeout` milliseconds (optional argument for
45 * `generate` methods, defaults to 60000ms)
46 */
47 currentChallenge?: string;
48 }
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected