View Source Xandra.Authenticator.Password (Xandra v0.18.0)
A Xandra.Authenticator
that implements support for PasswordAuthenticator
to authenticate with Cassandra server.
Example
options = [username: "xandra", password: "secret"]
Xandra.start_link(authentication: {Xandra.Authenticator.Password, options})