Module PasswordAuthenticator
The client authenticator for the Cassandra PasswordAuthenticator IAuthenticator.
To be instanciated with a user/password couple and given to a Session when connecting it. See the related authentication.lua example.
Usage:
local auth = PasswordAuthenticator("user", "password")