This package contains functions to stamp a Turnkey request. It is meant to be used with @turnkey/http
@turnkey/http
Usage:
import { ApiKeyStamper } from "@turnkey/api-key-stamper"; import { TurnkeyClient } from "@turnkey/http"; const stamper = new ApiKeyStamper({ apiPublicKey: "...", apiPrivateKey: "...", }); const httpClient = new TurnkeyClient( { baseUrl: "https://api.turnkey.com" }, stamper );
Was this page helpful?