mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
534 B
Markdown
14 lines
534 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) > [Credential](./puppeteer.protocol.webauthn.credential.md) > [privateKey](./puppeteer.protocol.webauthn.credential.privatekey.md)
|
||
|
|
||
|
## Protocol.WebAuthn.Credential.privateKey property
|
||
|
|
||
|
The ECDSA P-256 private key in PKCS\#8 format.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
privateKey: string;
|
||
|
```
|