<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAuthn](./puppeteer.protocol.webauthn.md) > [AddCredentialRequest](./puppeteer.protocol.webauthn.addcredentialrequest.md) ## Protocol.WebAuthn.AddCredentialRequest interface <b>Signature:</b> ```typescript export interface AddCredentialRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [authenticatorId](./puppeteer.protocol.webauthn.addcredentialrequest.authenticatorid.md) | [AuthenticatorId](./puppeteer.protocol.webauthn.authenticatorid.md) | | | [credential](./puppeteer.protocol.webauthn.addcredentialrequest.credential.md) | [Credential](./puppeteer.protocol.webauthn.credential.md) | |