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

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