Skip to content

ElectronClientRequest.on('login') method

ElectronClientRequest › on(‘login’)

Unofficial

Signature:

on(event: "login", listener: (authInfo: ElectronAuthInfo, callback: (username?: string | undefined, password?: string | undefined) => void) => void): this

Parameters:

Parameter Type Description
event "login"
listener (authInfo: ElectronAuthInfo, callback: (username?: string | undefined, password?: string | undefined) => void) => void

Returns: this