---
url: /api/third-parties/formio/types/domain/interface-formio-jwt-config.md
description: api documentation of FormioJwtConfig from @tsed/formio
---

## Usage

```typescript
import { FormioJwtConfig } from "@tsed/formio";
```

> See [/packages/third-parties/formio/src/domain/FormioConfig.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/third-parties/formio/src/domain/FormioConfig.ts#L0-L0).

## Overview

```ts
interface FormioJwtConfig {
    secret: string;
    expireTime?: number;
}
```

## secret

```ts
secret: string;
```

## expireTime

```ts
expireTime?: number;
```
