# SessionHealthCheckDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts#L472)

Batch authentication configuration DTO

Defines credentials and optional selectors for authentication.
If useSmartDetection is enabled, AI will auto-detect form selectors.

## Properties

| Property | Type |
|---|---|
| `enabled` | `boolean` |
| `loginPageIndicators` | `string[]` |
| `authenticatedIndicators` | `string[]` |
| `loginUrlPatterns` | `string[]` |
| `maxReauthAttempts` | `number` |
