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...")
 
(No difference)

Latest revision as of 13:36, 16 September 2022

• 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 >