# verifyWithJwks

**Kind:** Function

**Source:** [`src/utils/jwt/jwt.ts`](https://github.com/honojs/hono/blob/main/src/utils/jwt/jwt.ts#L197)

**Part of:** [Utils](subsystem-src-utils)

## Signature

```ts
async function verifyWithJwks(token: string, options: { keys?: HonoJsonWebKey[] jwks_uri?: string verification?: VerifyOptions allowedAlgorithms: readonly AsymmetricAlgorithm[] }, init: RequestInit): Promise<JWTPayload>
```

## Parameters

| Name | Type |
|---|---|
| `token` | `string` |
| `options` | `{ keys?: HonoJsonWebKey[] jwks_uri?: string verification?: VerifyOptions allowedAlgorithms: readonly AsymmetricAlgorithm[] }` |
| `init` | `RequestInit` |

**Returns:** `Promise<JWTPayload>`

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `Jwt` — `src/utils/jwt/index.ts`:7
