mirror of
1
2
Fork 0
ucaptcha/src/models/IDBSession.js

10 lines
318 B
JavaScript

/**
* Session storage in IDB
* @typedef {Object} IDBSession
* @property {string} sessionId User session ID
* @property {string} websiteKey Website ID
* @property {string} image Image URL for challenge
* @property {number} obj Image object ID
* @property {number} score How likely is the user to be a human?
*/