20 lines
814 B
Markdown
20 lines
814 B
Markdown
|
<!-- 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) > [SetUserVerifiedRequest](./puppeteer.protocol.webauthn.setuserverifiedrequest.md)
|
||
|
|
||
|
## Protocol.WebAuthn.SetUserVerifiedRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```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 | |
|
||
|
|