addToken
codebolt.tokenizer.addToken(key: string): Promise<AddTokenResponse>
Adds a token to the system via WebSocket.
Parameters
Name | Type | Description |
---|---|---|
key | string | The key associated with the token to be added. |
Returns:
Promise<AddTokenResponse>
A promise that resolves with the response from the add token event.Status
Comming soon...