# PatientRefreshTokenRequest

Model ID: `patient.RefreshTokenRequest`

Request body for POST /auth/refresh.

Type: `object`

## Fields

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

## Example

None declared in canonical OpenAPI.
