puppeteer/new-docs/puppeteer.protocol.webauthn.credential.privatekey.md

14 lines
534 B
Markdown
Raw Normal View History

<!-- 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) &gt; [Credential](./puppeteer.protocol.webauthn.credential.md) &gt; [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;
```