@wildix/xbees-users-client > Users > createBotApiKey
Users.createBotApiKey() method
Signature:
createBotApiKey(args: CreateBotApiKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotApiKeyCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: CreateBotApiKeyCommandOutput) => void |
Returns:
void