mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
62ac167339
* 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
42 lines
2.1 KiB
Markdown
42 lines
2.1 KiB
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)
|
|
|
|
## 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) | |
|
|
|