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...") |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | ||
= logout = | = logout = | ||
Allows users to log out of the Agent Desktop application | Allows users to log out of the Agent Desktop application | ||
Line 21: | Line 21: | ||
=== Return Value === | === Return Value === | ||
null | null | ||
− | |||
− | |||
− |
Latest revision as of 04:01, 29 May 2024
• 5.19
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