Click or drag to resize
BuilderWithAuthProvider Method
Use the specified AuthProvider when connecting to Cassandra hosts.

Use this method when a custom authentication scheme is in place. You shouldn't call both this method and {@code withCredentials}' on the same Builder instance as one will supersede the other

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public Builder WithAuthProvider(
	IAuthProvider authProvider
)

Parameters

authProvider
Type: CassandraIAuthProvider
the AuthProvider"> to use to login to Cassandra hosts.

Return Value

Type: Builder
this Builder
See Also