20 lines
602 B
Markdown
20 lines
602 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [AuthChallengeSource](./puppeteer.protocol.network.authchallengesource.md)
|
||
|
|
||
|
## Protocol.Network.AuthChallengeSource enum
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export const enum AuthChallengeSource
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| Proxy | <code>'Proxy'</code> | |
|
||
|
| Server | <code>'Server'</code> | |
|
||
|
|