Skip to main content

getToken

codebolt.tokenizer.getToken(key: string): Promise<GetTokenResponse>
Retrieves a token from the system via WebSocket.

Parameters

NameTypeDescription
keystringThe key associated with the token to be retrieved.

Returns:

 Promise<GetTokenResponse>
A promise that resolves with the response from the get token event.

Status

Working Progress...