From Bright Pattern Documentation
(Created page with "<translate> = logout = Allows users to log out of the Agent Desktop application == Request == ''Syntax'' {| class="wikitable" |logout(): Promise<OperationResult<null>> |} ''P...") |
(No difference)
|
Revision as of 13:36, 16 September 2022
• 5.19
<translate>
logout
Allows users to log out of the Agent Desktop application
Request
Syntax
logout(): Promise<OperationResult<null>> |
Parameters
None
Example Request
logoutButton.onclick = () => {
adApi.logout()
}
Return Value
null
</translate>