14 lines
616 B
Markdown
14 lines
616 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) > [signCount](./puppeteer.protocol.webauthn.credential.signcount.md)
|
|
|
|
## Protocol.WebAuthn.Credential.signCount property
|
|
|
|
Signature counter. This is incremented by one for each successful assertion. See https://w3c.github.io/webauthn/\#signature-counter
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
signCount: integer;
|
|
```
|