Documentation / @agentick/gateway / TransportConfig
Interface: TransportConfig ​
Defined in: gateway/src/transport.ts:66
Base transport configuration (no network requirements).
Extended by ​
Properties ​
auth? ​
optionalauth:AuthConfig
Defined in: gateway/src/transport.ts:68
Authentication configuration
onAuthenticated()? ​
optionalonAuthenticated: (client) =>void
Defined in: gateway/src/transport.ts:71
Called after a client successfully authenticates. Gateway uses this to send ConnectedMessage.
Parameters ​
client ​
Returns ​
void