Values.AuthenticationConfigurationSourceProvides the configuration information to connect to websites that require user authentication.
type nonrec t = {basicAuthentication : BasicAuthenticationConfigurationList.t option;The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host.
*)}