Skip to main content

Class: D1BaseClient

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

Class: D1BaseClient

Base client providing common client functionality

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new D1BaseClient(serverUrl, creds, certPath?)

Constructs a new D1BaseClient

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

Properties

authn

Readonly authn: Authn

The authn client


authz

Readonly authz: Authz

The authz client


client

Protected client: Client


index

Readonly index: Index

The index client


version

Readonly version: Version

The version client