14 lines
614 B
Markdown
14 lines
614 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) > [AuthChallengeResponse](./puppeteer.protocol.network.authchallengeresponse.md) > [password](./puppeteer.protocol.network.authchallengeresponse.password.md)
|
||
|
|
||
|
## Protocol.Network.AuthChallengeResponse.password property
|
||
|
|
||
|
The password to provide, possibly empty. Should only be set if response is ProvideCredentials.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
password?: string;
|
||
|
```
|