Home > rainway-sdk > IGatewayIdentity
IGatewayIdentity interface
The 'peer hello' message is sent alongside the WebSocket upgrade request as a subprotocol and initiates the Rainway Network handshake.
Signature:
export interface IGatewayIdentity
Properties
Property | Type | Description |
---|---|---|
apiKey | string | The publishable API key of a organization |
externalId | string | A unique value identifying a user or machine to a organization. This will most likely be that organization's concept of a User ID. |
id | bigint | The SPTP hostname of the connecting peer. |