Variable: signWithApiKey()

const signWithApiKey: (input) => Promise<string>

Defined in: packages/api-key-stamper/dist/index.d.ts:9

Signature function abstracting the differences between NodeJS and web environments for signing with API keys.

Parameters

input

content

string

privateKey

string

publicKey

string

Returns

Promise<string>

Variable: signWithApiKey()

const signWithApiKey: (input) => Promise<string>

Defined in: packages/api-key-stamper/dist/index.d.ts:9

Signature function abstracting the differences between NodeJS and web environments for signing with API keys.

Parameters

input

content

string

privateKey

string

publicKey

string

Returns

Promise<string>