[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [AuthChallengeResponseResponse](./puppeteer.protocol.network.authchallengeresponseresponse.md)
## Protocol.Network.AuthChallengeResponseResponse enum
Signature:
```typescript
export const enum AuthChallengeResponseResponse
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| CancelAuth | 'CancelAuth'
| |
| Default | 'Default'
| |
| ProvideCredentials | 'ProvideCredentials'
| |