puppeteer/new-docs/puppeteer.protocol.webauthn.virtualauthenticatoroptions.isuserverified.md
2020-07-13 14:01:35 +01:00

14 lines
663 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [WebAuthn](./puppeteer.protocol.webauthn.md) &gt; [VirtualAuthenticatorOptions](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.md) &gt; [isUserVerified](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.isuserverified.md)
## Protocol.WebAuthn.VirtualAuthenticatorOptions.isUserVerified property
Sets whether User Verification succeeds or fails for an authenticator. Defaults to false.
<b>Signature:</b>
```typescript
isUserVerified?: boolean;
```