Class: D1BaseClient
@cybercryptio/d1-client-nodejs / Exports / D1BaseClient
Class: D1BaseClient
Base client providing common client functionality
Hierarchy
D1BaseClient
Table of contents
Constructors
Properties
Constructors
constructor
• new D1BaseClient(serverUrl
, creds
, certPath?
)
Constructs a new D1BaseClient
Parameters
Name | Type | Description |
---|---|---|
serverUrl | string | The URL of the server to connect to |
creds | ICredentials | The credentials to use for authentication |
certPath? | string | The 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