# getSignedCookie

**Kind:** Function

**Source:** [`src/helper/cookie/index.ts`](https://github.com/honojs/hono/blob/main/src/helper/cookie/index.ts#L50)

**Part of:** [Helper](subsystem-src-helper)

## Signature

```ts
async function getSignedCookie(c, secret, key, prefix: CookiePrefixOptions)
```

## Parameters

| Name | Type |
|---|---|
| `c` | `any` |
| `secret` | `any` |
| `key` | `any` |
| `prefix` | `CookiePrefixOptions` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `headerName` — `src/middleware/jwk/jwk.ts`:81
- `headerName` — `src/middleware/jwt/jwt.ts`:81
