Interfaces
GetAuthHeadersOptions
Defined in: utils/http.ts:11 Options for generating authentication headers for API requests.Properties
apiKeyId
apiKeySecret
requestMethod
requestHost
requestPath
requestBody?
walletSecret?
source?
sourceVersion?
expiresIn?
audience?
Functions
getAuthHeaders()
Parameters
options
GetAuthHeadersOptions
The configuration options for generating auth headers
Returns
Promise
<Record
<string
, string
>>
Object containing the authentication headers
getCorrelationData()
Parameters
source?
string
The source identifier for the request
sourceVersion?
string
The version of the source making the request
Returns
string
Encoded correlation data as a query string