---
url: /api/third-parties/formio/types/domain/interface-formio-payload-token.md
description: api documentation of FormioPayloadToken from @tsed/formio
---

## Usage

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

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

## Overview

```ts
interface FormioPayloadToken {
    token: string;
    decoded: FormioDecodedToken;
}
```

## token

```ts
token: string;
```

## decoded

```ts
decoded: FormioDecodedToken;
```
