# auth
# AuthWindow
Controls AuthWindow for remote authentication via the web. This window
can only be opened from the renderer via the context bridge.
- AuthWindow
- ~create() ⇒
BrowserWindow - "AuthWindow:open" (callback)
- "AuthWindow:close" (callback)
- ~create() ⇒
# AuthWindow~create() ⇒ BrowserWindow
Builds the AuthWindow as a modal of MainWindow.
Kind: inner method of AuthWindow
# "AuthWindow:open" (callback)
Configures the online-enabled remote authentication window.
Kind: event emitted by AuthWindow
| Param | Type | Description |
|---|---|---|
| callback | function | Handles creating the AuthWindow. |
# "AuthWindow:close" (callback)
Destroys the current AuthenticationWindow after the renderer has handled a successful remote authentication deep-link.
Kind: event emitted by AuthWindow
| Param | Type | Description |
|---|---|---|
| callback | function | Handles destroying the current AuthWindow. |