From Bright Pattern Documentation
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

openLogin

Opens the Bright Pattern authorization dialog used to log in to the Agent Desktop application.

Request

Syntax

openLogin(): Promise<OperationResult<null>>

Example Request

    loginButton.onclick = () => {
        adApi.openLogin()
    }

Return Value

null

< Previous | Next >