Hello. Recently I’ve been getting into the python API but I noticed that there doesn’t seem to be raw API documentation for PasswordAuthenticator. I specifically needed to know what the names of the arguments to the constructor were so I could **kwargs it up in my script. I finally found it by reading the code here:
But ideally I shouldn’t have to dig through that to find what I need. Can you add this to the readthedocs site for the API?