method Application.prototype.keysimport { Application } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.keys&s=Application";keys(): KeyStack | Key[] | undefinedA set of keys, or an instance of KeyStack which will be used to sign cookies read and set by the application to avoid tampering with the cookies. ReturnsKeyStack | Key[] | undefined[src]