UNPKG

wallee

Version:
11 lines (10 loc) 348 B
import axios = require("axios"); declare class HMACAuthentication { protected configuration: any; protected mac_version: number; constructor(configuration: any); apply(config: axios.InternalAxiosRequestConfig): axios.InternalAxiosRequestConfig; private getAuthHeaders; private getSignature; } export { HMACAuthentication };