puppeteer/new-docs/puppeteer.protocol.webauthn.credential.md
2020-07-13 14:01:35 +01:00

1.4 KiB

Home > puppeteer > Protocol > WebAuthn > Credential

Protocol.WebAuthn.Credential interface

Signature:

export interface Credential 

Properties

Property Type Description
credentialId string
isResidentCredential boolean
privateKey string The ECDSA P-256 private key in PKCS#8 format.
rpId string Relying Party ID the credential is scoped to. Must be set when adding a credential.
signCount integer Signature counter. This is incremented by one for each successful assertion. See https://w3c.github.io/webauthn/#signature-counter
userHandle string An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific user.