# AuthDiagnostics

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts#L25)

## Properties

| Property | Type |
|---|---|
| `phase` | `string` |
| `timestamp` | `number` |
| `screenshots` | `string[]` |
| `pageState` | `{
    url: string;
    title: string;
    hasLoginForm: boolean;
    hasPasswordField: boolean;
    errors: string[];
    alerts: Array<{ text: string; role: string }>;
    formInputsFilled: number;
    localStorageKeys: string[];
    cookieCount: number;
    pendingRequests: number;
  }` |
| `attemptLog` | `Array<{
    action: string;
    method: string;
    success: boolean;
    error?: string;
  }>` |
