Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts
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 |
Was this page helpful?