getToken
codebolt.tokenizer.getToken(key: string): Promise<GetTokenResponse>
Retrieves a token from the system via WebSocket.
Parameters
Name | Type | Description |
---|---|---|
key | string | The key associated with the token to be retrieved. |
Returns:
Promise<GetTokenResponse>
A promise that resolves with the response from the get token event.Status
Comming soon...