mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
797 B
Markdown
20 lines
797 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) > [GetCredentialRequest](./puppeteer.protocol.webauthn.getcredentialrequest.md)
|
||
|
|
||
|
## Protocol.WebAuthn.GetCredentialRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetCredentialRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [authenticatorId](./puppeteer.protocol.webauthn.getcredentialrequest.authenticatorid.md) | [AuthenticatorId](./puppeteer.protocol.webauthn.authenticatorid.md) | |
|
||
|
| [credentialId](./puppeteer.protocol.webauthn.getcredentialrequest.credentialid.md) | string | |
|
||
|
|