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

14 lines
592 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; [hasResidentKey](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.hasresidentkey.md)
## Protocol.WebAuthn.VirtualAuthenticatorOptions.hasResidentKey property
Defaults to false.
<b>Signature:</b>
```typescript
hasResidentKey?: boolean;
```