Skip to main content

Documentation Index

Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Class: ApiKeyStamper

Defined in: packages/api-key-stamper/dist/index.d.ts:17 Stamper to use with @turnkey/http’s TurnkeyClient

Constructors

Constructor

new ApiKeyStamper(config): ApiKeyStamper
Defined in: packages/api-key-stamper/dist/index.d.ts:20

Parameters

config
TApiKeyStamperConfig

Returns

ApiKeyStamper

Properties

apiPrivateKey

apiPrivateKey: string
Defined in: packages/api-key-stamper/dist/index.d.ts:19

apiPublicKey

apiPublicKey: string
Defined in: packages/api-key-stamper/dist/index.d.ts:18

Methods

stamp()

stamp(payload): Promise<{ stampHeaderName: string; stampHeaderValue: string; }>
Defined in: packages/api-key-stamper/dist/index.d.ts:21

Parameters

payload
string

Returns

Promise<{ stampHeaderName: string; stampHeaderValue: string; }>