# VerifyOptions

**Kind:** Type

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

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

## Definition

```ts
{ iss?: string | RegExp nbf?: boolean exp?: boolean iat?: boolean aud?: string | string[] | RegExp }
```
