Skip to main content

Class: D1GenericClient

@cybercryptio/d1-client-nodejs / Exports / D1GenericClient

Class: D1GenericClient

Client used for connecting to D1 Generic

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new D1GenericClient(serverUrl, creds, certPath?)

Constructs a new D1GenericClient

Parameters

NameTypeDescription
serverUrlstringThe URL of the server to connect to
credsICredentialsThe credentials to use for authentication
certPath?stringThe path to the certificate to use for authentication

Overrides

D1BaseClient.constructor

Properties

authn

Readonly authn: Authn

The authn client

Inherited from

D1BaseClient.authn


authz

Readonly authz: Authz

The authz client

Inherited from

D1BaseClient.authz


client

Protected client: Client

Inherited from

D1BaseClient.client


generic

Readonly generic: Generic

The Generic client


index

Readonly index: Index

The index client

Inherited from

D1BaseClient.index


version

Readonly version: Version

The version client

Inherited from

D1BaseClient.version