Skip to main content
function getAuthHeaders(options: GetAuthHeadersOptions): Promise<Record<string, string>>;
Defined in: utils/http.ts:83 Gets authentication headers for a request.

Parameters

options

GetAuthHeadersOptions The configuration options for generating auth headers

Returns

Promise<Record<string, string>> Object containing the authentication headers