<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Fetch](./puppeteer.protocol.fetch.md) &gt; [AuthChallengeResponseResponse](./puppeteer.protocol.fetch.authchallengeresponseresponse.md)

## Protocol.Fetch.AuthChallengeResponseResponse enum

<b>Signature:</b>

```typescript
export const enum AuthChallengeResponseResponse 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  CancelAuth | <code>'CancelAuth'</code> |  |
|  Default | <code>'Default'</code> |  |
|  ProvideCredentials | <code>'ProvideCredentials'</code> |  |