Click or drag to resize

DseClusterBuilderWithAuthProvider 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.9.0
Syntax
C#
public DseClusterBuilder WithAuthProvider(
	IAuthProvider authProvider
)

Parameters

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

Return Value

Type: DseClusterBuilder
this Builder
See Also