[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 Signature: ```typescript signCount: integer; ```