From Bright Pattern Documentation
Jump to: navigation, search
(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:
<translate>
+
 
 
= 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
 
 
</translate>
 

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

< Previous | Next >