[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAuthn](./puppeteer.protocol.webauthn.md) > [SetUserVerifiedRequest](./puppeteer.protocol.webauthn.setuserverifiedrequest.md) ## Protocol.WebAuthn.SetUserVerifiedRequest interface Signature: ```typescript export interface SetUserVerifiedRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [authenticatorId](./puppeteer.protocol.webauthn.setuserverifiedrequest.authenticatorid.md) | [AuthenticatorId](./puppeteer.protocol.webauthn.authenticatorid.md) | | | [isUserVerified](./puppeteer.protocol.webauthn.setuserverifiedrequest.isuserverified.md) | boolean | |