# FieldAgentRefreshTokenRequest

Model ID: `fieldagent.RefreshTokenRequest`

Request body for POST /auth/refresh. Both fields are required.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `refresh_token` | `string` | Yes |  |  |  | No | Refresh token previously returned by fieldagent.login. |
| `tenant_id` | `string` | Yes |  |  |  | No | Tenant whose field-agent Cognito pool issued the refresh token. |

## Example

None declared in canonical OpenAPI.
