👉@dpapi/server

Create connection with DPAPI server

Install Package

npm install --save @dpapi/sever

createClient

Create a client that will be responsible to communicate with DPAPI server.

import {createClient} from '@dpapi/server'

const client = createClient({
    pk_APIkey = "",
});

Currently, this feature is unavailable and you do not require to call this package to connect to our servers. In the future, you would require your own API key to connect to our DPAPI servers.

Last updated