Skip to content

AuthDiagnostics

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts

Properties

PropertyType
phasestring
timestampnumber
screenshotsstring[]
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; }>` |

Was this page helpful?

Download as PDF