Construct Token Generator
Creates a helper object for generating Room Tokens locally. WARNING: This requires your Access Key. NEVER use this in a shipped game client - it is for development/testing tools or server-side use only. Shipping clients should fetch tokens from your backend.
Inputs
| Name | Type | Description |
|---|---|---|
| Access Key | string | The access key. |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | object | The token generator. |