14 lines
587 B
Markdown
14 lines
587 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) > [userHandle](./puppeteer.protocol.webauthn.credential.userhandle.md)
|
|
|
|
## Protocol.WebAuthn.Credential.userHandle property
|
|
|
|
An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific user.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
userHandle?: string;
|
|
```
|