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

14 lines
548 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; [rpId](./puppeteer.protocol.webauthn.credential.rpid.md)
## Protocol.WebAuthn.Credential.rpId property
Relying Party ID the credential is scoped to. Must be set when adding a credential.
<b>Signature:</b>
```typescript
rpId?: string;
```