Interfaces
AuthInterceptorOptions
Defined in: hooks/axios/withAuth.ts:10Properties
apiKeyId
apiKeySecret
walletSecret?
source?
sourceVersion?
expiresIn?
debug?
Functions
withAuth()
Parameters
axiosClient
AxiosInstance
The Axios client instance to add the interceptor to
options
AuthInterceptorOptions
Options for the request including API keys and debug flag
Returns
AxiosInstance
The modified request configuration with the Authorization header added