Kind: Function
Source: src/helper/cookie/index.ts
Part of: Helper
Signature
tsasync function setSignedCookie(c: Context, name: string, value: string, secret: string | BufferSource, opt: CookieOptions): Promise<void>
Parameters
| Name | Type |
|---|---|
c | Context |
name | string |
value | string |
secret | `string |
opt | CookieOptions |
Returns: Promise<void>
Was this page helpful?