Interfaces
GetWebSocketAuthHeadersOptions
Defined in: utils/ws.ts:11 Options for generating WebSocket authentication headers.Properties
apiKeyId
apiKeySecret
source?
sourceVersion?
expiresIn?
audience?
Functions
getWebSocketAuthHeaders()
Parameters
options
GetWebSocketAuthHeadersOptions
The configuration options for generating WebSocket auth headers
Returns
Promise<Record<string, string>>
Object containing the authentication headers