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: index.ts:53 Stamper to use with @turnkey/http’s TurnkeyClient

Constructors

Constructor

new ApiKeyStamper(config): ApiKeyStamper
Defined in: index.ts:57

Parameters

config
TApiKeyStamperConfig

Returns

ApiKeyStamper

Properties

apiPrivateKey

apiPrivateKey: string
Defined in: index.ts:55

apiPublicKey

apiPublicKey: string
Defined in: index.ts:54

Methods

stamp()

stamp(payload): Promise<{ stampHeaderName: string; stampHeaderValue: string; }>
Defined in: index.ts:62

Parameters

payload
string

Returns

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