The community member is trying to pass a username and password to the async function in the default handler, as they are using the default handler to log in to a website. They have seen different guides using various input parameters, but are unsure if these are specific to the module. The community members in the comments suggest using the userData option to pass custom data through the crawler.
I'm trying to pass a username and password to the async function in the default handler, since I'm using the default handler to log in to the website. I've seen different guides use all kinds of input parameters - request, page, enqueueLinks, log, pushData - but these seem to all be specific prebuilt parameters of the module? I'm not sure. so, how could I pass my own data through?