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: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public Builder WithAuthProvider(
	IAuthProvider authProvider
)

Parameters

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

Return Value

Type: Builder
this Builder
See Also