Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 521 Bytes

File metadata and controls

19 lines (10 loc) · 521 Bytes

CR Auth Token

CR Auth Token

Overview

Gets the control room authentication token of the current user. Provides the token as a string value, useful for making authenticated API calls to the Control Room from within a bot.

Parameters

None.

Output

Provides a STRING value: the control room authentication token for the currently logged-in user.

Exceptions

Throws BotCommandException on invalid input or internal failure.