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