[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [authenticate](./puppeteer.page.authenticate.md)
## Page.authenticate() method
Provide credentials for `HTTP authentication`.
Signature:
```typescript
authenticate(credentials: Credentials): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| credentials | [Credentials](./puppeteer.credentials.md) | |
Returns:
Promise<void>
## Remarks
To disable authentication, pass `null`.