# AuthConfig

**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#L12)

## Properties

| Property | Type |
|---|---|
| `loginUrl` | `string` |
| `credentials` | `{
    usernameSelector: string;
    passwordSelector: string;
    submitSelector: string;
    username: string;
    password: string;
  }` |
| `waitAfterLogin` | `number` |
| `testUrl` | `string` |
