VirtualAuthenticatorOptions
constructor(protocol: WebAuthn.AuthenticatorProtocol, ctap2Version: WebAuthn.Ctap2Version? = null, transport: WebAuthn.AuthenticatorTransport, hasResidentKey: Boolean? = null, hasUserVerification: Boolean? = null, hasLargeBlob: Boolean? = null, hasCredBlob: Boolean? = null, hasMinPinLength: Boolean? = null, hasPrf: Boolean? = null, automaticPresenceSimulation: Boolean? = null, isUserVerified: Boolean? = null, defaultBackupEligibility: Boolean? = null, defaultBackupState: Boolean? = null)