# RealtimeTokenOptions

# Interface: RealtimeTokenOptions

Defined in: [realtime/types.ts:82](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L82)

Options for the realtimeToken function

## Properties

### adapter

```ts
adapter: RealtimeTokenAdapter;
```

Defined in: [realtime/types.ts:84](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L84)

The token adapter to use
