Header menu logo fable-electron-docs-api

IOnLogin Type

Emitted when an authenticating proxy is asking for user credentials.The callback function is expected to be called back with user credentials:* username string* password stringProviding empty credentials will cancel the request and report an authentication error on the response object:

Instance members

Instance member Description

this.authInfo

Full Usage: this.authInfo

Modifiers: abstract

this.callback (arg1, arg1)

Full Usage: this.callback (arg1, arg1)

Parameters:
Returns: Option<string>
Modifiers: abstract
arg0 : Option<string>
Returns: Option<string>

Type something to start searching.