mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.6 KiB
1.6 KiB
Home > puppeteer > Protocol > WebAuthn > VirtualAuthenticatorOptions
Protocol.WebAuthn.VirtualAuthenticatorOptions interface
Signature:
export interface VirtualAuthenticatorOptions
Properties
| Property | Type | Description |
|---|---|---|
| automaticPresenceSimulation | boolean | If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true. |
| hasResidentKey | boolean | Defaults to false. |
| hasUserVerification | boolean | Defaults to false. |
| isUserVerified | boolean | Sets whether User Verification succeeds or fails for an authenticator. Defaults to false. |
| protocol | AuthenticatorProtocol | |
| transport | AuthenticatorTransport |