ElectronClientRequest.on('login') method
ElectronClientRequest › on(‘login’)
Unofficial
Signature:
on(event: "login", listener: (authInfo: ElectronAuthInfo, callback: (username?: string | undefined, password?: string | undefined) => void) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| event | "login" | |
| listener | (authInfo: ElectronAuthInfo, callback: (username?: string | undefined, password?: string | undefined) => void) => void |
Returns: this