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

14 lines
616 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; [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;
```