From Bright Pattern Documentation

Revision as of 04:01, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)

< Previous | Next >
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 >