Class: D1GenericClient
@cybercryptio/d1-client-nodejs / Exports / D1GenericClient
Class: D1GenericClient
Client used for connecting to D1 Generic
Hierarchy
↳
D1GenericClient
Table of contents
Constructors
Properties
Constructors
constructor
• new D1GenericClient(serverUrl, creds, certPath?)
Constructs a new D1GenericClient
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 |
Overrides
Properties
authn
• Readonly authn: Authn
The authn client
Inherited from
authz
• Readonly authz: Authz
The authz client
Inherited from
client
• Protected client: Client
Inherited from
generic
• Readonly generic: Generic
The Generic client
index
• Readonly index: Index
The index client
Inherited from
version
• Readonly version: Version
The version client