puppeteer/new-docs/puppeteer.protocol.webauthn.md
Maksim Sadym 62ac167339
feat(chromium): roll Chromium to r800071 (#6407)
* roll Chromium to version 86, r800071
* roll Chrome DevTools protocol version to 0.0.799653
* fix HTTPRequest.continue after
  * CDP: accept post data in the binary form in Fetch.continueRequest.
    https://chromium-review.googlesource.com/c/chromium/src/+/2315239
* update new-docs
2020-09-09 21:23:46 +02:00

42 lines
2.1 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)
## Protocol.WebAuthn namespace
This domain allows configuring virtual authenticators to test the WebAuthn API.
<b>Signature:</b>
```typescript
export namespace WebAuthn
```
## Interfaces
| Interface | Description |
| --- | --- |
| [AddCredentialRequest](./puppeteer.protocol.webauthn.addcredentialrequest.md) | |
| [AddVirtualAuthenticatorRequest](./puppeteer.protocol.webauthn.addvirtualauthenticatorrequest.md) | |
| [AddVirtualAuthenticatorResponse](./puppeteer.protocol.webauthn.addvirtualauthenticatorresponse.md) | |
| [ClearCredentialsRequest](./puppeteer.protocol.webauthn.clearcredentialsrequest.md) | |
| [Credential](./puppeteer.protocol.webauthn.credential.md) | |
| [GetCredentialRequest](./puppeteer.protocol.webauthn.getcredentialrequest.md) | |
| [GetCredentialResponse](./puppeteer.protocol.webauthn.getcredentialresponse.md) | |
| [GetCredentialsRequest](./puppeteer.protocol.webauthn.getcredentialsrequest.md) | |
| [GetCredentialsResponse](./puppeteer.protocol.webauthn.getcredentialsresponse.md) | |
| [RemoveCredentialRequest](./puppeteer.protocol.webauthn.removecredentialrequest.md) | |
| [RemoveVirtualAuthenticatorRequest](./puppeteer.protocol.webauthn.removevirtualauthenticatorrequest.md) | |
| [SetAutomaticPresenceSimulationRequest](./puppeteer.protocol.webauthn.setautomaticpresencesimulationrequest.md) | |
| [SetUserVerifiedRequest](./puppeteer.protocol.webauthn.setuserverifiedrequest.md) | |
| [VirtualAuthenticatorOptions](./puppeteer.protocol.webauthn.virtualauthenticatoroptions.md) | |
## Type Aliases
| Type Alias | Description |
| --- | --- |
| [AuthenticatorId](./puppeteer.protocol.webauthn.authenticatorid.md) | |
| [AuthenticatorProtocol](./puppeteer.protocol.webauthn.authenticatorprotocol.md) | |
| [AuthenticatorTransport](./puppeteer.protocol.webauthn.authenticatortransport.md) | |