Home »
MCQs »
Koa.js MCQs
Which of the following property is used to specify the keys that will be used to sign and verify cookies?
42. Which of the following property is used to specify the keys that will be used to sign and verify cookies?
- Session.key.get
- Keys.get
- Key.set
- App.keys
Answer: D) App.keys
Explanation:
app.keys, property is used to specify the keys that will be used to sign and verify cookies.