IOnLogin Type
Emitted when webContents or Utility process wants to do basic auth.The default behavior is to cancel all authentications. To override this you should prevent the default behavior with event.preventDefault() and call callback(username, password) with the credentials.If callback is called without a username or password, the authentication request will be cancelled and the authentication error will be returned to the page.
Instance members
| Instance member |
Description
|
Full Usage:
this.authInfo
Modifiers: abstract |
|
Full Usage:
this.authenticationResponseDetails
Modifiers: abstract |
|
|
|
Full Usage:
this.event
Modifiers: abstract |
|
Full Usage:
this.webContents
Modifiers: abstract |
|
fable-electron-docs-api