From Bright Pattern Documentation
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