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

24 lines
1.6 KiB
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)
## Protocol.WebAuthn.VirtualAuthenticatorOptions interface
<b>Signature:</b>
```typescript
export interface VirtualAuthenticatorOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [automaticPresenceSimulation](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.automaticpresencesimulation.md) | boolean | If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true. |
| [hasResidentKey](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.hasresidentkey.md) | boolean | Defaults to false. |
| [hasUserVerification](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.hasuserverification.md) | boolean | Defaults to false. |
| [isUserVerified](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.isuserverified.md) | boolean | Sets whether User Verification succeeds or fails for an authenticator. Defaults to false. |
| [protocol](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.protocol.md) | [AuthenticatorProtocol](./puppeteer.protocol.webauthn.authenticatorprotocol.md) | |
| [transport](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.transport.md) | [AuthenticatorTransport](./puppeteer.protocol.webauthn.authenticatortransport.md) | |