14 lines
604 B
Markdown
14 lines
604 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [AuthChallengeResponse](./puppeteer.protocol.fetch.authchallengeresponse.md) > [username](./puppeteer.protocol.fetch.authchallengeresponse.username.md)
|
||
|
|
||
|
## Protocol.Fetch.AuthChallengeResponse.username property
|
||
|
|
||
|
The username to provide, possibly empty. Should only be set if response is ProvideCredentials.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
username?: string;
|
||
|
```
|