WebKit2.AuthenticationRequest.prototype.authenticate

function authenticate(credential: WebKit2.Credential): void {
    // Gjs wrapper for webkit_authentication_request_authenticate()
}
  

Authenticate the WebKit2.AuthenticationRequest using the WebKit2.Credential supplied. To continue without credentials, pass null as credential.

Since 2.2

credential

A WebKit2.Credential, or null