Type Alias WebSocketAuthParams

Websocket auth parameters to use when setting up a websocket based on a host config

type WebSocketAuthParams = {
    queryParams: Record<string, string>;
}
Index

Properties

Properties

queryParams: Record<string, string>