AuthProviderConfig

final case class AuthProviderConfig(`class`: String, username: String, password: String)

The component that handles authentication on each new connection.

Value parameters:
`class`

custom class that implements AuthProvider and has a public constructor with a DriverContext argument

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product