19 lines
761 B
Markdown
19 lines
761 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) > [RemoveVirtualAuthenticatorRequest](./puppeteer.protocol.webauthn.removevirtualauthenticatorrequest.md)
|
||
|
|
||
|
## Protocol.WebAuthn.RemoveVirtualAuthenticatorRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface RemoveVirtualAuthenticatorRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [authenticatorId](./puppeteer.protocol.webauthn.removevirtualauthenticatorrequest.authenticatorid.md) | [AuthenticatorId](./puppeteer.protocol.webauthn.authenticatorid.md) | |
|
||
|
|