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