Click or drag to resize

AuthApiClient Constructor (IApiClientTransport)

Create an instance of AuthApiClient using the provided transport layer and the default JSON serialization.

Namespace:  ArangoDBNetStandard.AuthApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public AuthApiClient(
	IApiClientTransport client
)

Parameters

client
Type: ArangoDBNetStandard.TransportIApiClientTransport
See Also