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

14 lines
587 B
Markdown

<!-- 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; [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;
```