From Bright Pattern Documentation

Revision as of 20:31, 26 August 2026 by Laura.donovan (talk | contribs) (Updated via BpClonePage extension. Source page: draft:AgentDesktop-client-side-javascript-api-specification/openLogin)

< Previous | Next >
(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 via the Users Authentication service.

Request

Syntax

openLogin(): Promise<OperationResult<null>>

Example Request

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

Return Value

null

< Previous | Next >