[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [AuthChallengeResponse](./puppeteer.protocol.network.authchallengeresponse.md) > [username](./puppeteer.protocol.network.authchallengeresponse.username.md) ## Protocol.Network.AuthChallengeResponse.username property The username to provide, possibly empty. Should only be set if response is ProvideCredentials. Signature: ```typescript username?: string; ```