19 lines
700 B
Markdown
19 lines
700 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) > [GetCredentialsResponse](./puppeteer.protocol.webauthn.getcredentialsresponse.md)
|
|
|
|
## Protocol.WebAuthn.GetCredentialsResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetCredentialsResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [credentials](./puppeteer.protocol.webauthn.getcredentialsresponse.credentials.md) | [Credential](./puppeteer.protocol.webauthn.credential.md)<!-- -->\[\] | |
|
|
|