[Home](./index.md) > [puppeteer](./puppeteer.md) > [Credentials](./puppeteer.credentials.md) ## Credentials interface Signature: ```typescript export interface Credentials ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [password](./puppeteer.credentials.password.md) | string | | | [username](./puppeteer.credentials.username.md) | string | |